Skip to content

Commit 2ff292c

Browse files
authored
Merge pull request #5381 from reggiezhang/patch-1
Add crossOrigin="use-credentials" for site.webmanifest
2 parents 116a73d + 5a81393 commit 2ff292c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default function RootLayout({
4141
name="viewport"
4242
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
4343
/>
44-
<link rel="manifest" href="/site.webmanifest"></link>
44+
<link rel="manifest" href="/site.webmanifest" crossOrigin="use-credentials"></link>
4545
<script src="/serviceWorkerRegister.js" defer></script>
4646
</head>
4747
<body>

0 commit comments

Comments
 (0)