Skip to content

Commit 8329c8b

Browse files
committed
base added to the vite config
1 parent 7c1e20c commit 8329c8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ import vue from '@vitejs/plugin-vue'
33

44
// https://vitejs.dev/config/
55
export default defineConfig({
6+
base: '/vue/',
67
plugins: [vue()],
78
})

0 commit comments

Comments
 (0)