Skip to content

Commit d3f89e2

Browse files
committed
troubleshooting deployment
1 parent 829fc82 commit d3f89e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import path from 'path';
44

55
// https://vite.dev/config/
66
export default defineConfig({
7-
base: '/scherzo/', // for GitHub Pages deployment
7+
base: '/', // for GitHub Pages deployment
88
plugins: [react()],
99
server: {
1010
port: 3001,

0 commit comments

Comments
 (0)