Skip to content

Commit 045689b

Browse files
committed
Correção no caminho base
1 parent 33d4f44 commit 045689b

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
@@ -3,5 +3,5 @@ import react from '@vitejs/plugin-react'
33

44
export default defineConfig({
55
plugins: [react()],
6-
base: '/Porfolio-Dashboard-JS',
6+
base: '',
77
})

0 commit comments

Comments
 (0)