Skip to content

Commit ef5ef9d

Browse files
authored
Set base path for Vite configuration
1 parent 8b9e0e0 commit ef5ef9d

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
@@ -7,6 +7,7 @@ import tailwindcss from '@tailwindcss/vite' // Tilføj denne import
77

88
// https://vite.dev/config/
99
export default defineConfig({
10+
base: '/xiaofan/',
1011
plugins: [
1112
vue(),
1213
vueDevTools(),

0 commit comments

Comments
 (0)