在vue.config.js中配置publicPath,其中「<REPO>」是分支名,後面加上資源所在路徑:html
module.exports = { publicPath: process.env.NODE_ENV === 'production' ? '/<REPO>/dist/' : '/' }
參考文檔: https://cli.vuejs.org/zh/guide/deployment.html#github-pagesvue