初始化项目
This commit is contained in:
parent
1497748d28
commit
54e0851fd6
@ -1,4 +1,6 @@
|
|||||||
const { defineConfig } = require('@vue/cli-service')
|
const { defineConfig } = require('@vue/cli-service')
|
||||||
|
|
||||||
module.exports = defineConfig({
|
module.exports = defineConfig({
|
||||||
|
publicPath: process.env.BRANCH_PATH || '/', // 👈 支持动态子路径部署
|
||||||
transpileDependencies: true
|
transpileDependencies: true
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user