diff --git a/vite.config.ts b/vite.config.ts index 7ae6db7c..ee2f85aa 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -35,7 +35,6 @@ export default defineConfig({ }, workbox: { globPatterns: ['**/*.{js,css,html,ico,png,svg,woff2}'], - navigateFallback: '/', cleanupOutdatedCaches: true } })