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 0714ebd + 196bdc0 commit 7bbf3f8Copy full SHA for 7bbf3f8
1 file changed
src/app/layout.tsx
@@ -29,7 +29,7 @@ export default function ({ children }) {
29
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
30
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
31
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
32
- <link rel="manifest" href="/site.webmanifest" />
+ <link rel="manifest" href="/site.webmanifest" crossOrigin="use-credentials" />
33
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5" />
34
<meta name="msapplication-TileColor" content="#da532c" />
35
<meta name="theme-color" content="#fafafa" media="(prefers-color-scheme: light)" />
0 commit comments