Skip to content

Commit

Permalink
freeCodeCamp#335 Fix image rendering problem added path
Browse files Browse the repository at this point in the history
  • Loading branch information
FaZil-shaik committed Dec 5, 2023
1 parent c6ab177 commit ad2f92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .freeCodeCamp/webpack.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ module.exports = {
plugins: [
new HtmlWebpackPlugin({
template: path.join(__dirname, 'client', 'index.html'),
favicon: path.join(__dirname, 'client', 'assets/fcc_primary_small.svg')
favicon: path.join(__dirname, 'client', '../curricularm/images/fcc_primary_large.png')
}),
new DefinePlugin({
'process.env.GITPOD_WORKSPACE_URL': JSON.stringify(
Expand Down

0 comments on commit ad2f92e

Please sign in to comment.