diff --git a/vite.config.ts b/vite.config.ts index 551f1ce..ec8ea02 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -14,7 +14,7 @@ export default defineConfig({ globPatterns: ['**/*.{js,css,html,png,jpg,svg}'], // Cache all common asset types maximumFileSizeToCacheInBytes: 20 * 1024 * 1024, // 20 MiB cleanupOutdatedCaches: true, - navigateFallback: "/index.html", + navigateFallback: "/indexV2.html", runtimeCaching: [ { urlPattern: ({ request }) => request.destination === 'document',