Skip to content

Commit 4035bf5

Browse files
committed
chore: set default assetsPublicPath to '/'
1 parent e5d4290 commit 4035bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: config/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ module.exports = {
6060
* then assetsPublicPath should be set to "/bar/".
6161
* In most cases please use '/' !!!
6262
*/
63-
assetsPublicPath: '/vue-element-admin/', // If you are deployed on the root path, please use '/'
63+
assetsPublicPath: '/',
6464

6565
/**
6666
* Source Maps

0 commit comments

Comments
 (0)