From e2afcdefca9d2c0caeda20f61d30c1130beb53d2 Mon Sep 17 00:00:00 2001 From: Christopher Krawietz <krawietz@new-communication.de> Date: Thu, 3 Jun 2021 10:06:49 +0200 Subject: [PATCH] =?UTF-8?q?[BUG]=20=E2=80=94=20Disabled=20serviceworker=20?= =?UTF-8?q?for=20testing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/.vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js index 954d18d..7c0c571 100755 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -63,7 +63,7 @@ module.exports = { [ '@vuepress/pwa', { - serviceWorker: true, + serviceWorker: false, popupComponent: 'SWUpdatePopup', updatePopup: { message: 'Neue Inhalte sind verfügbar.', -- GitLab