From b976d13c2fea1f7b45785e8d74df94854118144f Mon Sep 17 00:00:00 2001 From: ayoayco Date: Sun, 25 Aug 2024 14:07:31 +0200 Subject: [PATCH] chore: logAssets & don't exclude /threads in caching --- astro.config.mjs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index e1d5938..afd055a 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -10,9 +10,10 @@ export default defineConfig({ serviceWorker({ path: './src/sw.mjs', assetCachePrefix: 'ayco-personal-site', - excludeRoutes: [ - '/threads' - ], + logAssets: true, + // excludeRoutes: [ + // '/threads' + // ], esbuild: { minify: true }