Skip to content

Commit 2bb5763

Browse files
committed
🐞 fix: 修改vite默认地址
1 parent 3f5fd92 commit 2bb5763

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import vuetify from "vite-plugin-vuetify";
66

77
// https://vitejs.dev/config/
88
export default defineConfig({
9+
base: '/dist',
910
plugins: [
1011
vue(),
1112
vuetify({

0 commit comments

Comments
 (0)