Skip to content

Commit

Permalink
update favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
rgraue committed Apr 21, 2024
1 parent 91649b5 commit 2f3dbef
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 2f3dbef

Please sign in to comment.