From 10a0b7599ac338cbcdb28ff888725d83926b8925 Mon Sep 17 00:00:00 2001 From: ayoayco Date: Fri, 16 Aug 2024 13:08:17 +0200 Subject: [PATCH] feat: remove threads as customRoute to cache --- astro.config.mjs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 89b1ba9..d169416 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -10,8 +10,7 @@ export default defineConfig({ sitemap(), serviceWorker({ path: './src/sw.js', - assetCachePrefix: 'ayco-personal-site', - customRoutes: ['/threads'] + assetCachePrefix: 'ayco-personal-site' }) ] });