π¦ Favicon
We can change the favicon in docusaurus config
We can even use an SVG file for the favicon. In this workshop we're using an svg containing an emoji:
<!-- favicon.svg -->
<svg xmlns="http://www.w3.org/2000/svg">
<text y="32" font-size="32">π¦</text>
</svg>
You can find it in img/favicon.svg