New app manifest extension.
This commit is contained in:
parent
3245e5f6c4
commit
e420ac1149
@ -6,7 +6,7 @@ const Page = ({ title, children }) => (
|
||||
<title>{title}</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#22a699" />
|
||||
<link rel="manifest" href="/static/manifest.json" />
|
||||
<link rel="manifest" href="/static/manifest.webmanifest" />
|
||||
<link rel="icon" sizes="192x192" href="/static/apollo-icon.png" />
|
||||
<link rel="apple-touch-icon" href="/static/apollo-launcher-icon.png" />
|
||||
</Head>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user