Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Binary file added static/favicon.ico
Binary file not shown.
3 changes: 2 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ module.exports = {

new HtmlWebpackPlugin({
hash: true,
template: 'index.html'
template: 'index.html',
favicon: 'static/favicon.ico',
}),

new CopyPlugin({
Expand Down