Update web designing
This commit is contained in:
5
vue.config.js
Normal file
5
vue.config.js
Normal file
@@ -0,0 +1,5 @@
|
||||
module.exports = {
|
||||
publicPath: process.env.NODE_ENV === 'production'
|
||||
? '/vue/'
|
||||
: '/'
|
||||
}
|
||||
Reference in New Issue
Block a user