We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa4bdd7 commit 93ffa69Copy full SHA for 93ffa69
vite.config.ts
@@ -4,7 +4,7 @@ import react from '@vitejs/plugin-react'
4
// https://vite.dev/config/
5
export default defineConfig({
6
plugins: [react()],
7
- base: '/abhuzzportfolio/',
+ base: '/',
8
build: {
9
outDir: 'dist',
10
}
0 commit comments