#Favicon doesnt showing on my website
18 messages · Page 1 of 1 (latest)
Actually on my index i have this on /img/favicon.svg
But it doesnt apply on website
I dont know why
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
I have my favicon here too
I did it twice to make sure that will work
But it doesnt
W8 ill show you
Can you try like I wrote above?