πŸ“£Favicon and Meta Tags

For changing the favicon (the little logo in your browser tab)

  1. Navigate to realfavicongenerator.netarrow-up-right and upload your image.

  2. In the options set a custom patharrow-up-right: %PUBLIC_URL%/favicon

  3. insert the code generated for youarrow-up-right in the <head> of your public/index.html file

  4. Create the public/favicon directory and extract the zip from there.

Adding Meta Tags

  1. Create the public/preview.(png | jpg) image from this templatearrow-up-right.

  2. Consult this commit arrow-up-rightto view the code to add in the <head> of your public/index.html file.

circle-info

You can use metatags.ioarrow-up-right to generate your metatags but you must change the default url they provide to %PUBLIC_URL%.

Here is an example when I send my example project link via Whatsapp

Last updated