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