IE10 Favicon Issue

前端 未结 1 1089
忘了有多久
忘了有多久 2021-01-21 00:39

I\'ve googled this issue, read all the threads, done what they have said and still I am having a problem trying to display a simple favicon.ico in IE10!

The file size i

相关标签:
1条回答
  • 2021-01-21 01:15

    I had the same problem a few days ago. If you change the path of the favicon using versions for example its clears all caching issues.

    <link rel="icon" href="/favicon.ico?v=1" type="image/x-icon" />
    
    0 讨论(0)
提交回复
热议问题