natasha 1 year ago
parent
commit
8271c73de7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

@@ -27,7 +27,7 @@ module.exports = {
      * In most cases please use '/' !!!
      * Detail: https://cli.vuejs.org/config/#publicpath
      */
-    publicPath: process.env.NODE_ENV === 'development' ? '/' : '/HM21St_Page_User',
+    publicPath: process.env.NODE_ENV === 'development' ? '/' : '/ROOT',
     outputDir: 'dist',
     assetsDir: 'static',
     lintOnSave: false,