Skip to content

Commit 93ffa69

Browse files
committed
update path of js
1 parent fa4bdd7 commit 93ffa69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import react from '@vitejs/plugin-react'
44
// https://vite.dev/config/
55
export default defineConfig({
66
plugins: [react()],
7-
base: '/abhuzzportfolio/',
7+
base: '/',
88
build: {
99
outDir: 'dist',
1010
}

0 commit comments

Comments
 (0)