Adding Favicon to a Hype file?

Hi! Trying to get a favicon to be visible when my Hype file is uploaded into a server. Currently, using the following HTML, but it's not appearing -

Any advice? Thanks! Have poked around already on the Hype boards and haven't gotten it working.

Hi! :raising_hand_man:t2:

You can add a favicon manually by specifying the path in the “HTML Head”.

The difference with hype is that the path needs to point to the Hype resources folder if that's where you're putting the favicon…

${resourcesFolderName}

So, it probably looks something like this…

<link rel="icon" href="${resourcesFolderName}
/favicon.ico" type="image/x-icon">

That's theoretical though. I don't know of any of my Hype projects that use a favicon. There's more detailed documentation here…

3 Likes

Hi @nettaschwarz !
I am using the info from this post Adding a Favicon to Tumult Hype site.
Regards.

3 Likes