Skip to content

Commit 451a359

Browse files
committed
chore: set default assetsPublicPath to '/'
1 parent 5d76953 commit 451a359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ module.exports = {
5757
* then assetsPublicPath should be set to "/bar/".
5858
* In most cases please use '/' !!!
5959
*/
60-
assetsPublicPath: '/vue-admin-template/', // If you are deployed on the root path, please use '/'
60+
assetsPublicPath: '/',
6161

6262
/**
6363
* Source Maps

0 commit comments

Comments
 (0)