This website works better with JavaScript
Gitinn
Home
Explore
Help
Register
Sign In
u198228
/
vue-ptc
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
修改build base 选项
冯诚
3 years ago
parent
07c47c0a24
commit
7dc70c5411
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
vite.config.ts
+ 1
- 0
vite.config.ts
View File
@@ -20,4 +20,5 @@ export default defineConfig(({ command }) => ({
},
},
},
+ base: '/ptc/',
}))