I believe that my favicon is not displaying properly in Chrome and Safari because the <link rel="" does not pass what type of favicon it is. Where can I edit this code?
My favicon is different as it is not a png file but rather a 64x64px png complied into a .ico file. Which contains all favicon dimensions 16×16, 24×24, and 32x32px and 64x64px for Apple devices.
I did some inspection of the code on my other website and it defines the type="" as seen here
Interestingly, this is ignored on Firefox as it treats the .ico file as a png image in a sense.
My question is this where can I access the file that contains this code?