Skip to content
This repository was archived by the owner on May 4, 2025. It is now read-only.

Commit e629efa

Browse files
committed
Added base
1 parent 135cc32 commit e629efa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ import tailwindcss from '@tailwindcss/vite'
44

55
// https://vite.dev/config/
66
export default defineConfig({
7+
base: "/",
78
plugins: [react(),tailwindcss(),],
89
})

0 commit comments

Comments
 (0)