try setup pwa on apple

This commit is contained in:
Dobromir Popov
2024-04-07 22:32:48 +03:00
parent 9f5d27e087
commit 8e78b62ec3
3 changed files with 6 additions and 2 deletions

View File

@ -9,11 +9,13 @@ class MyDocument extends Document {
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
rel="stylesheet"
/>
<meta name="theme-color" content="#fff" />
<link rel="manifest" href="/manifest.json" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<link rel="apple-touch-icon" href="/icon.png"></link>
<meta name="theme-color" content="#fff" />
<meta name="apple-mobile-web-app-title" content="Your PWA Name" />
<link rel="apple-touch-icon" href="/old-192x192.png"></link>
</Head>
<body>
<Main />