Skip to content

Commit c3599fd

Browse files
authored
feat: add favicon (#83)
The favicon used was created with [favicon.io](https://favicon.io/emoji-favicons/globe-with-meridians/) and the 🌐 emoji. An alternative would be to use something like [piskel](https://www.piskelapp.com/p/create/sprite) to create a 48x48 sprite, and turn that into a favicon.
1 parent 50f6f82 commit c3599fd

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

src/assets/favicon.ico

15 KB
Binary file not shown.

webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ module.exports = {
1111
plugins: [
1212
new HtmlWebpackPlugin({
1313
title: "Development",
14+
favicon: "./src/assets/favicon.ico",
1415
}),
1516
],
1617
output: {

0 commit comments

Comments
 (0)