Skip to content

Commit 829fc82

Browse files
committed
Update vite.config.js
1 parent a2c721a commit 829fc82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.js

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

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

0 commit comments

Comments
 (0)