mirror of https://github.com/bastienwirtz/homer
Disable service worker navigation fallback (Fix #486)
parent
b16b69951e
commit
9371c1537c
|
@ -34,6 +34,9 @@ export default defineConfig({
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
workbox: {
|
||||||
|
navigateFallback: null,
|
||||||
|
},
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
resolve: {
|
resolve: {
|
||||||
|
|
Loading…
Reference in New Issue