Reputation: 1440
I know this seems like a simple question but I've tried many things and nothing seems to be working...
I have <link rel="shortcut icon" href="assets/images/favicon.jpg">
is my <head>
tag but the favicon isn't showing.
The path to the image is \public\assets\images\favicon.jpg
.
No errors whatsoever are shown anywhere.
Any idea why this is happenning and how can I solve it?
Upvotes: 1
Views: 676
Reputation: 1440
I managed to solve this by putting the favicon in the assets folder.
i.e.
Moved it from \public\assets\images\
to \public\assets\
.
Upvotes: 2