Skip to content

Commit 775a403

Browse files
committed
add vue config file
1 parent b51ab2c commit 775a403

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

vue.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
let publicPath = process.env.NODE_ENV === 'production' ? 'sing-app-vue-dashboard/' : '/';
2+
3+
module.exports = {
4+
publicPath,
5+
};

0 commit comments

Comments
 (0)