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

+ 1 - 1
config/index.js

6
     env: require('./prod.env'),
6
     env: require('./prod.env'),
7
     index: path.resolve(__dirname, '../dist/index.html'),
7
     index: path.resolve(__dirname, '../dist/index.html'),
8
     assetsRoot: path.resolve(__dirname, '../dist'),
8
     assetsRoot: path.resolve(__dirname, '../dist'),
9
-    assetsSubDirectory: 'static',
9
+    assetsSubDirectory: './static',
10
     assetsPublicPath: './',
10
     assetsPublicPath: './',
11
     productionSourceMap: true,
11
     productionSourceMap: true,
12
     // Gzip off by default as many popular static hosts such as
12
     // Gzip off by default as many popular static hosts such as