diff --git a/astro.config.ts b/astro.config.ts index 33184206..49ebcff6 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -1082,6 +1082,7 @@ export default defineConfig({ workbox: { skipWaiting: true, clientsClaim: true, + cleanupOutdatedCaches: true, navigateFallback: "/404", ignoreURLParametersMatching: [/./], globPatterns: ["**/*.{html,js,css,png,svg,json,ttf,pf_fragment,pf_index,pf_meta,pagefind,wasm}"]