VUE_APP_BASE_URL can override publicPath
This commit is contained in:
parent
7bff008853
commit
0eefaa7f44
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
module.exports = {
|
||||
publicPath: '/las/',
|
||||
publicPath: process.env.VUE_APP_BASE_URL || '/las/',
|
||||
devServer: {
|
||||
hot: false
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue