We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ab5a4 commit c7fd5ffCopy full SHA for c7fd5ff
layouts/partials/head/favicons.html
@@ -2,4 +2,4 @@
2
<link rel="apple-touch-icon" sizes="180x180" href="{{ "apple-touch-icon.png" | relURL }}">
3
<link rel="icon" type="image/png" sizes="32x32" href="{{ "favicon-32x32.png" | relURL }}">
4
<link rel="icon" type="image/png" sizes="16x16" href="{{ "favicon-16x16.png" | relURL }}">
5
-<link rel="manifest" href="{{ "site.webmanifest" | relURL }}">
+<link rel="manifest" crossorigin="use-credentials" href="{{ "site.webmanifest" | relURL }}">
0 commit comments