Skip to content

Commit

Permalink
fix assetsPublicPath (generate 404)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpou committed Sep 13, 2017
1 parent e0e9c26 commit 718980f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 718980f

Please sign in to comment.