Skip to content

Commit c2fe3bf

Browse files
committed
build: update production configuration
1 parent dd2f733 commit c2fe3bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

vue.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module.exports = {
2+
// use this option for production linking
3+
publicPath: process.env.NODE_ENV === 'production' ? '/vue/demo/4.0/free/' : '/',
4+
}

0 commit comments

Comments
 (0)