score:0

i tried to post comment but i couldn't. so i'm writing this as an answer.

i use it with size values.

<link href="img/favicon.144x144.png" rel="apple-touch-icon" type="image/png" sizes="144x144">

{
    "src": "apple-touch-icon.png",
    "size" : "144x144",
    "type": "image/png" 
}

score:0

use helmet

      <helmet>
        <link
          rel="apple-touch-icon"
          sizes="180x180"
          href="%public_url%/apple-touch-icon.png"
        />
      </helmet>

score:0

my issue was that i was using an invalid certificate in my local dev environment and safari wouldn't download the "apple-touch-icon" from a site with an invalid cert.


Related Query

More Query from same tag