Skip to content

Commit

Permalink
fix: change path for static font files (#370)
Browse files Browse the repository at this point in the history
Co-authored-by: Siena Cizdziel <[email protected]>
  • Loading branch information
sienacizdziel and Siena Cizdziel authored Aug 2, 2022
1 parent 24009c5 commit c93f3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/configuration/webpack/webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const prodConfig = {
options: {
name: "static/assets/[name]-[contenthash].[ext]",
// (thuang): This is needed to make sure @font url path is '../static/assets/'
publicPath: "static/",
publicPath: "..",
},
},
],
Expand Down

0 comments on commit c93f3b3

Please sign in to comment.