Reputation: 2891
This is my code for favicon.ico:
<%= favicon_link_tag 'https://s3.amazonaws.com/...../favicon.ico', :rel => 'shortcut icon' %>
It works locally, but when I upload it to server - the favicon is not displayed. I can access the image, and the image is stored on amazon server - s3 service Help, please?
Upvotes: 0
Views: 958
Reputation: 818
Clear your browser's cache. CtrlShiftDel should work for most of the browsers.
Upvotes: 2