From cdd40df9d33f3789c696b57d8c680d8e1d869273 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Wed, 8 Feb 2023 18:54:19 +0100 Subject: [PATCH] disable sw in dev --- website/astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/astro.config.mjs b/website/astro.config.mjs index 646a3b3c..f1b8395d 100644 --- a/website/astro.config.mjs +++ b/website/astro.config.mjs @@ -53,7 +53,7 @@ export default defineConfig({ ], }, devOptions: { - enabled: true, + enabled: false, }, manifest: { includeAssets: ['favicon.ico', 'icons/apple-icon-180.png', 'favicon.svg'],