Navigate to realfavicongenerator.netarrow-up-right and upload your image.
In the options set a custom patharrow-up-right: %PUBLIC_URL%/favicon
%PUBLIC_URL%/favicon
insert the code generated for youarrow-up-right in the <head> of your public/index.html file
<head>
public/index.html
Create the public/favicon directory and extract the zip from there.
public/favicon
Create the public/preview.(png | jpg) image from this templatearrow-up-right.
Consult this commit arrow-up-rightto view the code to add in the <head> of your public/index.html file.
You can use metatags.ioarrow-up-right to generate your metatags but you must change the default url they provide to %PUBLIC_URL%.
%PUBLIC_URL%
Last updated 1 year ago