Skip to content

Commit beebfbb

Browse files
committed
fix deployment error
1 parent fd5aab3 commit beebfbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default defineConfig({
2222
},
2323
workbox: {
2424
globPatterns: ['**/*.{js,css,html}', '**/*.{svg,png,jpg,gif}'],
25-
navigateFallback: './index.html',
25+
navigateFallback: '/index.html',
2626
},
2727
}),
2828
],

0 commit comments

Comments
 (0)