From 718980fcf936a2b4fa925acb4fd7cc6736bab99a Mon Sep 17 00:00:00 2001 From: Maxence POUTORD Date: Wed, 13 Sep 2017 10:40:50 +0100 Subject: [PATCH] fix assetsPublicPath (generate 404) --- config/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/index.js b/config/index.js index 196da1f..b5c1938 100755 --- a/config/index.js +++ b/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: '/best-resume-ever', productionSourceMap: true, // Gzip off by default as many popular static hosts such as // Surge or Netlify already gzip all static assets for you.