Disable service worker navigation fallback (Fix #486)

This commit is contained in:
Bastien Wirtz 2022-07-21 22:08:50 +02:00
parent b16b69951e
commit 9371c1537c

View File

@ -34,6 +34,9 @@ export default defineConfig({
},
],
},
workbox: {
navigateFallback: null,
},
}),
],
resolve: {