add vue config with public path
This commit is contained in:
parent
112bed5165
commit
4bfededf7e
1 changed files with 3 additions and 0 deletions
3
vue.config.js
Normal file
3
vue.config.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
module.exports = {
|
||||
publicPath: '/ffc/',
|
||||
};
|
Loading…
Reference in a new issue