From 61f537c7ad676cbddf297f998c0d8a15b5db3f96 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Sun, 7 Sep 2025 18:01:46 +0200 Subject: [PATCH] Ignore root.zip --- page/vite.config.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/page/vite.config.ts b/page/vite.config.ts index 67b4817c..17e56593 100644 --- a/page/vite.config.ts +++ b/page/vite.config.ts @@ -42,6 +42,8 @@ export default defineConfig({ maximumFileSizeToCacheInBytes: 100 * mb, cleanupOutdatedCaches: true, globPatterns: ["**/*.{js,css,html,woff,woff2,wasm}"], + globIgnores: ["root.zip"], + navigateFallbackDenylist: [/^\/root\.zip$/], runtimeCaching: [ generateExternalCache( /^https:\/\/momo5502\.com\/.*/i,