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 829fc82 commit d3f89e2Copy full SHA for d3f89e2
vite.config.js
@@ -4,7 +4,7 @@ import path from 'path';
4
5
// https://vite.dev/config/
6
export default defineConfig({
7
- base: '/scherzo/', // for GitHub Pages deployment
+ base: '/', // for GitHub Pages deployment
8
plugins: [react()],
9
server: {
10
port: 3001,
0 commit comments