Skip to content

Commit

Permalink
Merge pull request #147 from cfpb/ans_update_icon_path
Browse files Browse the repository at this point in the history
Fix incorrect production icon path
  • Loading branch information
sephcoster authored Jun 25, 2019
2 parents bbbcd1f + 170347f commit 830b28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ module.exports = {
emitFile: true,

// Write the path where the font files will be in the main site
name: './icons/[name].[ext]'
name: 'static/icons/[name].[ext]'
}
},
// This loader doesn't use a "test" so it will catch all modules
Expand Down

0 comments on commit 830b28b

Please sign in to comment.