diff --git a/config/index.js b/config/index.js index 0d4f5b5..e325565 100644 --- a/config/index.js +++ b/config/index.js @@ -13,7 +13,7 @@ module.exports = { index: path.resolve(__dirname, '../web/index.html'), assetsRoot: path.resolve(__dirname, '../web'), assetsSubDirectory: 'static', - assetsPublicPath: '', + assetsPublicPath: '/', productionSourceMap: true, // Gzip off by default as many popular static hosts such as // Surge or Netlify already gzip all static assets for you.