We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b9e0e0 commit ef5ef9dCopy full SHA for ef5ef9d
1 file changed
vite.config.ts
@@ -7,6 +7,7 @@ import tailwindcss from '@tailwindcss/vite' // Tilføj denne import
7
8
// https://vite.dev/config/
9
export default defineConfig({
10
+ base: '/xiaofan/',
11
plugins: [
12
vue(),
13
vueDevTools(),
0 commit comments