Skip to content

Commit 2dd56af

Browse files
committed
Modify config file
1 parent 59749b6 commit 2dd56af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ module.exports = {
77
index: path.resolve(__dirname, '../dist/index.html'),
88
assetsRoot: path.resolve(__dirname, '../dist'),
99
assetsSubDirectory: 'static',
10-
assetsPublicPath: '/',
11-
productionSourceMap: true,
10+
assetsPublicPath: './',
11+
productionSourceMap: false,
1212
// Gzip off by default as many popular static hosts such as
1313
// Surge or Netlify already gzip all static assets for you.
1414
// Before setting to `true`, make sure to:

0 commit comments

Comments
 (0)