Disable service worker navigation fallback (Fix #486)

pull/493/head
Bastien Wirtz 2022-07-21 22:08:50 +02:00
parent b16b69951e
commit 9371c1537c
1 changed files with 3 additions and 0 deletions

View File

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