We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd5aab3 commit beebfbbCopy full SHA for beebfbb
vite.config.ts
@@ -22,7 +22,7 @@ export default defineConfig({
22
},
23
workbox: {
24
globPatterns: ['**/*.{js,css,html}', '**/*.{svg,png,jpg,gif}'],
25
- navigateFallback: './index.html',
+ navigateFallback: '/index.html',
26
27
}),
28
],
0 commit comments