chore: set default assetsPublicPath to '/'
This commit is contained in:
parent
5d769533ac
commit
451a359f13
|
@ -57,7 +57,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-admin-template/', // If you are deployed on the root path, please use '/'
|
assetsPublicPath: '/',
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Source Maps
|
* Source Maps
|
||||||
|
|
Loading…
Reference in New Issue