Skip to content

Commit b464851

Browse files
committed
update vite base
1 parent 9f237a9 commit b464851

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ import tailwindcss from '@tailwindcss/vite'
55
// https://vite.dev/config/
66
export default defineConfig({
77
plugins: [react(), tailwindcss(),],
8-
base: '/'
8+
base: './'
99
})

0 commit comments

Comments
 (0)