Browse Source

修改项目默认路径

develop
nesxy 6 years ago
parent
commit
78b3ebdd62
1 changed files with 1 additions and 1 deletions
  1. 2
      config/index.js

2
config/index.js

@ -7,7 +7,7 @@ module.exports = {
index: path.resolve(__dirname, '../dist/index.html'),
assetsRoot: path.resolve(__dirname, '../dist'),
assetsSubDirectory: 'static',
assetsPublicPath: '/',
assetsPublicPath: '/v2',
productionSourceMap: false,
// Gzip off by default as many popular static hosts such as
// Surge or Netlify already gzip all static assets for you.

Loading…
Cancel
Save