📣Favicon and Meta Tags
For changing the favicon (the little logo in your browser tab)
Navigate to realfavicongenerator.net and upload your image.
In the options set a custom path:
%PUBLIC_URL%/favicon
insert the code generated for you in the
<head>
of yourpublic/index.html
fileCreate the
public/favicon
directory and extract the zip from there.
Adding Meta Tags
Create the public/preview.(png | jpg) image from this template.
Consult this commit to view the code to add in the
<head>
of yourpublic/index.html
file.

Last updated