We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Place favicon.ico just under public/ directory.
favicon.ico
public/
Or place favicon.png or favicon.svg under public/ directory and specify the path by link tag in <head> as follows.
favicon.png
favicon.svg
link
<head>
<head> ... + <link rel="icon" href="favicon.png"> ... </head>