Setting Site's Favicon

Hello, Glitch staffs. We should set our site’s favicon from our projects’ images, but we can’t. As this:

<link rel="favicon" href="/img/favicon.png">

Can you add this?

You should use rel="icon" instead rel="favicon"

<link rel="icon" href="/img/favicon.png">

I have already tried it, it doesn’t work.

You have to copy the link of the image if it’s in the assets.

1 Like