Fix PWA manifest (#4922)

This commit is contained in:
Tom Moor
2023-02-23 21:52:25 -05:00
committed by GitHub
parent 49bc0ed9f7
commit 3acc352cf0
2 changed files with 7 additions and 6 deletions

View File

@@ -8,6 +8,7 @@
<meta name="color-scheme" content="light dark" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="description" content="//inject-description//" />
<link rel="manifest" href="/static/manifest.webmanifest" />
<link
rel="canonical"
href="//inject-canonical//"
@@ -17,13 +18,13 @@
<link
rel="shortcut icon"
type="image/png"
href="/images/favicon-32.png"
href="/static/images/favicon-32.png"
sizes="32x32"
/>
<link
rel="apple-touch-icon"
type="image/png"
href="/images/apple-touch-icon.png"
href="/static/images/apple-touch-icon.png"
sizes="192x192"
/>
<link