Update CommonHead.tsx with crossorigin="use-credentials"
This commit is contained in:
@@ -9,7 +9,7 @@ export const CommonHead = () => {
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
||||||
<link rel="shortcut icon" href="/imgs/favicon/favicon.svg" />
|
<link rel="shortcut icon" href="/imgs/favicon/favicon.svg" />
|
||||||
|
|
||||||
<link rel="manifest" href="/site.webmanifest" />
|
<link crossorigin="use-credentials" rel="manifest" href="/site.webmanifest" />
|
||||||
|
|
||||||
{/* configure apple splash screen & touch icon */}
|
{/* configure apple splash screen & touch icon */}
|
||||||
<link rel="apple-touch-icon" href="/imgs/favicon/favicon.svg" />
|
<link rel="apple-touch-icon" href="/imgs/favicon/favicon.svg" />
|
||||||
|
|||||||
Reference in New Issue
Block a user