Trying to add a favicon to my rails app, but doesn't seem to be working locally. Heres my code
Aplication.html.erb (in the head section)
<%= favicon_link_tag '/favicon.ico' %>
Note: Favicon has been saved within my asset/images folder and the icon is 64x64 pixel
Is there anything thats been done wrong here?
Thanks in advance
I think the address should be without the slash:
<%= favicon_link_tag 'favicon.ico' %>
2.1m questions
2.1m answers
60 comments
57.0k users