Skip to content
This repository was archived by the owner on Jan 22, 2022. It is now read-only.

Commit 4f8d998

Browse files
authored
Create vue.config.js
1 parent c69428e commit 4f8d998

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

vue.config.js

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module.exports = {
2+
publicPath: process.env.NODE_ENV === 'production'
3+
? '/vue-router-561/'
4+
: '/'
5+
}

0 commit comments

Comments
 (0)