Added Apple touch Icon for PWA (#1160)

This commit is contained in:
Vignesh Raj
2021-10-15 16:22:13 +05:30
committed by GitHub
parent cad09160b6
commit e3f840c6da

View File

@@ -57,6 +57,7 @@ const Index: FunctionalComponent<Props> = () => (
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<link rel="shortcut icon" href={favicon} />
<link rel="apple-touch-icon" href={ogImage} />
<meta name="theme-color" content="#ff3385" />
<link rel="manifest" href="/manifest.json" />
<link rel="canonical" href={siteOrigin} />