We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 805ab1d commit cb53ba8Copy full SHA for cb53ba8
config/index.js
@@ -8,8 +8,8 @@ module.exports = {
8
index: path.resolve(__dirname, '../dist/index.html'),
9
assetsRoot: path.resolve(__dirname, '../dist'),
10
assetsSubDirectory: 'static',
11
- assetsPublicPath: '/',
12
- staticPath:'./',
+ assetsPublicPath: './', //请根据自己路径配置更改
+ staticPath:'./static/', //请根据自己路径配置更改
13
productionSourceMap: true,
14
// Gzip off by default as many popular static hosts such as
15
// Surge or Netlify already gzip all static assets for you.
0 commit comments