We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3660c10 commit 7094dd0Copy full SHA for 7094dd0
vite.config.js
@@ -4,5 +4,5 @@ import react from '@vitejs/plugin-react'
4
// https://vite.dev/config/
5
export default defineConfig({
6
plugins: [react()],
7
- base: '/github-music/', // Base URL for GitHub Pages
8
-})
+ base: '/',
+})
0 commit comments