chore: set default assetsPublicPath to '/'
This commit is contained in:
parent
e5d4290938
commit
4035bf58f2
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ module.exports = {
|
|||
* then assetsPublicPath should be set to "/bar/".
|
||||
* In most cases please use '/' !!!
|
||||
*/
|
||||
assetsPublicPath: '/vue-element-admin/', // If you are deployed on the root path, please use '/'
|
||||
assetsPublicPath: '/',
|
||||
|
||||
/**
|
||||
* Source Maps
|
||||
|
|
Loading…
Reference in a new issue