From eb64dc80229232eb4f8e6249201f3d7b404df241 Mon Sep 17 00:00:00 2001 From: eewing Date: Thu, 26 Feb 2026 09:57:06 -0600 Subject: [PATCH] Remove navigateFallback option from Workbox configuration in vite.config.ts to streamline service worker setup. --- vite.config.ts | 1 - 1 file changed, 1 deletion(-) 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 } })