diff --git a/vue.config.js b/vue.config.js index 910e297..0978486 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,4 +1,6 @@ const { defineConfig } = require('@vue/cli-service') + module.exports = defineConfig({ + publicPath: process.env.BRANCH_PATH || '/', // πŸ‘ˆ ζ”―ζŒεŠ¨ζ€ε­θ·―εΎ„ιƒ¨η½² transpileDependencies: true })