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 59749b6 commit 2dd56afCopy full SHA for 2dd56af
config/index.js
@@ -7,8 +7,8 @@ module.exports = {
7
index: path.resolve(__dirname, '../dist/index.html'),
8
assetsRoot: path.resolve(__dirname, '../dist'),
9
assetsSubDirectory: 'static',
10
- assetsPublicPath: '/',
11
- productionSourceMap: true,
+ assetsPublicPath: './',
+ productionSourceMap: false,
12
// Gzip off by default as many popular static hosts such as
13
// Surge or Netlify already gzip all static assets for you.
14
// Before setting to `true`, make sure to:
0 commit comments