chore: don't serve las on /las/
This commit is contained in:
parent
0afb320728
commit
2a473e6b67
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
publicPath: process.env.VUE_APP_BASE_URL || '/las/',
|
// publicPath: process.env.VUE_APP_BASE_URL || '/las/',
|
||||||
devServer: {
|
devServer: {
|
||||||
hot: false
|
hot: false,
|
||||||
}
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue