961A Relative Path for Vue
Create a new file, call it vue.config.js
Add:
module.exports = {
publicPath: ''
}
This overwriting the default value of '/'
.
Create a new file, call it vue.config.js
Add:
module.exports = {
publicPath: ''
}
This overwriting the default value of '/'
.