From 2890646c569c956876b9eed98d6869fee81b9646 Mon Sep 17 00:00:00 2001 From: limzykenneth Date: Sun, 20 Oct 2024 21:43:56 +0100 Subject: [PATCH] Not skipping compress step --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 22ebb2a42d..f505d45293 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -25,7 +25,7 @@ export default defineConfig({ }), mdx(), tailwind(), - shouldSkipCompress ? null : fast(), + fast(), serviceWorker({ workbox: { globPatterns: [