Browse Source

chore: set default assetsPublicPath to '/'

Pan 7 years ago
parent
commit
451a359f13
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/index.js

+ 1 - 1
config/index.js

@@ -57,7 +57,7 @@ module.exports = {
57
      * then assetsPublicPath should be set to "/bar/".
57
      * then assetsPublicPath should be set to "/bar/".
58
      * In most cases please use '/' !!!
58
      * In most cases please use '/' !!!
59
      */
59
      */
60
-    assetsPublicPath: '/vue-admin-template/', // If you are deployed on the root path, please use '/'
60
+    assetsPublicPath: '/',
61
 
61
 
62
     /**
62
     /**
63
      * Source Maps
63
      * Source Maps