Skip to content

Commit

Permalink
FIXED: Inject github build mode flag value
Browse files Browse the repository at this point in the history
  • Loading branch information
leegeunhyeok committed Nov 30, 2020
1 parent d8cd034 commit 0f4aa2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ module.exports = {
args[0].publicPath = publicPath.replace(/\/+$/, '');
args[0].gaScript = _Base.ga ? generateGAScript(_Base.ga) : '';
args[0].description = _Base.introText.join(' ');
args[0].GITHUB_PAGES_MODE = !!process.env.GITHUB_PAGES;
args[0].gp = process.env.GITHUB_PAGES;
return args;
});
},
Expand Down

0 comments on commit 0f4aa2a

Please sign in to comment.