Skip to content

Commit

Permalink
Update index.html (chrisleekr#45)
Browse files Browse the repository at this point in the history
* Added crossorigin attribute to site.webmanifest
  • Loading branch information
romualdr authored Mar 19, 2021
1 parent fe1baa3 commit 68f0817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="manifest" href="/site.webmanifest" crossorigin="use-credentials" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#191f2c" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta
Expand Down

0 comments on commit 68f0817

Please sign in to comment.