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:
parent
b16b69951e
commit
9371c1537c
1 changed files with 3 additions and 0 deletions
|
|
@ -34,6 +34,9 @@ export default defineConfig({
|
|||
},
|
||||
],
|
||||
},
|
||||
workbox: {
|
||||
navigateFallback: null,
|
||||
},
|
||||
}),
|
||||
],
|
||||
resolve: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue