1
0
Fork 0
mirror of https://github.com/bastienwirtz/homer.git synced 2026-01-23 02:15:09 +00:00

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: {