Skip to content

Commit

Permalink
chore: set default assetsPublicPath to '/'
Browse files Browse the repository at this point in the history
  • Loading branch information
PanJiaChen committed Aug 20, 2018
1 parent e5d4290 commit 4035bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4035bf5

Please sign in to comment.