Skip to content

Commit

Permalink
Merge pull request #37 from climate-cooperative/32/favicon-fix
Browse files Browse the repository at this point in the history
36/ Fix Favicon
  • Loading branch information
rgraue authored Apr 21, 2024
2 parents 91649b5 + 2f3dbef commit 3fb3a19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ cache: false,
},
plugins: [new HtmlWebpackPlugin({
template: './public/index.html',
favicon: './public/favicon.png'
favicon: './public/favicon.ico'
})],
}

0 comments on commit 3fb3a19

Please sign in to comment.