mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-24 20:00:22 +00:00
Merge pull request #411 from arifszn/fix/409
Set undefined navigateFallback so that it can redirect to 404
This commit is contained in:
@@ -16,6 +16,9 @@ export default defineConfig({
|
||||
react(),
|
||||
VitePWA({
|
||||
registerType: 'autoUpdate',
|
||||
workbox: {
|
||||
navigateFallback: undefined,
|
||||
},
|
||||
includeAssets: ['logo.png'],
|
||||
manifest: {
|
||||
name: 'Portfolio',
|
||||
|
||||
Reference in New Issue
Block a user