Here is what I am trying.
<%= image_tag 'favicon.ico', rel="icon" type="image/x-icon" %>
Try add
<%= favicon_link_tag 'favicon.ico' %>
in head
section in your application.html.erb
How about using favicon_link_tag
helper method instead?
<%= favicon_link_tag 'favicon.ico' %>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With