#Favicon doesnt showing on my website

18 messages · Page 1 of 1 (latest)

spring light
#

Depends how you're calling it / how/where you're loading it. Do you have like <link rel='icon' type='image/svg+xml' href='/favicon.svg'/> in your layout/head file?

tawny brook
#

Actually on my index i have this on /img/favicon.svg

#

But it doesnt apply on website

#

I dont know why

spring light
#

You have a Layout.astro why don't you put all your <head> stuff there and then wrap all index.astro markup/content in the Layout component?

#

That's the recommended structure/way and it should work like so

tawny brook
#

I have my favicon here too

#

I did it twice to make sure that will work

#

But it doesnt

#

W8 ill show you

spring light
#

Can you try like I wrote above?

tawny brook
#

Idk why but whole layout doesnt apply on index

#

@spring light