Skip to content

Commit 5b06e77

Browse files
committed
[fix]: set base path to / in vite config;
1 parent 62c49e3 commit 5b06e77

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vite.config.ts

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

0 commit comments

Comments
 (0)