Remove navigateFallback option from Workbox configuration in vite.config.ts to streamline service worker setup.
CI / build (push) Has been skipped
CI / deploy (push) Successful in 1m36s

This commit is contained in:
eewing
2026-02-26 09:57:06 -06:00
parent 455b762eef
commit eb64dc8022
-1
View File
@@ -35,7 +35,6 @@ export default defineConfig({
}, },
workbox: { workbox: {
globPatterns: ['**/*.{js,css,html,ico,png,svg,woff2}'], globPatterns: ['**/*.{js,css,html,ico,png,svg,woff2}'],
navigateFallback: '/',
cleanupOutdatedCaches: true cleanupOutdatedCaches: true
} }
}) })