mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-11-10 10:18:43 +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/
|
// https://vitejs.dev/config/
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
base: './',
|
base: '/starter/vue-next/',
|
||||||
resolve: {
|
resolve: {
|
||||||
alias: {
|
alias: {
|
||||||
'@': path.resolve(__dirname, './src'),
|
'@': path.resolve(__dirname, './src'),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user