diff --git a/README.md b/README.md index 7b457fc..cca3454 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Documentation and code here (except where specified) is (c) 2020 Ash Wolf ("Ninj Special thanks to the following contributors: - **Testing and suggestions for v1**: Ahri, Alexis, andrewtabs, astro, capstone, ctar17, Denna, GoldenCrater, rainbowannie, robotic_scarab +- **Meteor icon**: Chanut is Industries on [Iconfinder](https://www.iconfinder.com/icons/3285298/asteroid_comet_fireball_meteor_meteorite_space_icon), optimized for favicon usage - **Spanish translation proofreading**: [@jerdieh](https://twitter.com/jerdieh) - **Italian translation**: Thordgar - **French translation**: [@Swpolo](https://github.com/Swpolo) diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..d659800 Binary files /dev/null and b/static/favicon.ico differ diff --git a/webpack.config.js b/webpack.config.js index d570f9c..41c9c34 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -69,7 +69,8 @@ module.exports = { new HtmlWebpackPlugin({ hash: true, - template: 'index.html' + template: 'index.html', + favicon: 'static/favicon.ico', }), new CopyPlugin({