July 17, 2020
Tufan in Hindi means storm and tufan.io has a very cute storm favicon. I wanted to add that to my replicated tufan website.
Medium.com has an article on adding a custom icon to your Gatsby site. In short:
Add your icon to the images folder, as specified in the gatsby-source-filesystem
options in gatsby-config.js
.
Change the entry for icon:
in your gatsby-plugin-manifest
(which comes pre-installed with gatsby-starter-blog-mdx) configuration in gatsby-config.js
to point to this file.
Run gatsby clean
before you start your server.