We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 116a73d + 5a81393 commit 2ff292cCopy full SHA for 2ff292c
1 file changed
app/layout.tsx
@@ -41,7 +41,7 @@ export default function RootLayout({
41
name="viewport"
42
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
43
/>
44
- <link rel="manifest" href="/site.webmanifest"></link>
+ <link rel="manifest" href="/site.webmanifest" crossOrigin="use-credentials"></link>
45
<script src="/serviceWorkerRegister.js" defer></script>
46
</head>
47
<body>
0 commit comments