Update vue.config.js
Changed beta directory
This commit is contained in:
parent
109573fb8e
commit
c6d21ac94a
@ -1,5 +1,5 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
publicPath: process.env.NODE_ENV === 'production'
|
publicPath: process.env.NODE_ENV === 'production'
|
||||||
? '/vue/'
|
? '/beta/'
|
||||||
: '/'
|
: '/'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user