mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-11-10 07:08:23 +08:00
fix(base url fix): fix base url
This commit is contained in:
parent
009ddd1923
commit
0526b922a5
|
@ -8,7 +8,7 @@ import path from 'path';
|
|||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
base: './',
|
||||
base: '/starter/vue-next/',
|
||||
resolve: {
|
||||
alias: {
|
||||
'@': path.resolve(__dirname, './src'),
|
||||
|
|
Loading…
Reference in New Issue
Block a user