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.
2 parents 33ccb71 + c7fd5ff commit 7e78afbCopy full SHA for 7e78afb
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