added manifest.json for PWA / saved to home screen

This commit is contained in:
Harlan Lewis
2023-04-09 20:28:15 -07:00
parent f37c5630ac
commit 806c1e7eea
5 changed files with 27 additions and 2 deletions
+2 -2
View File
@@ -16,9 +16,9 @@ export default function MyDocument({ emotionStyleTags }: MyDocumentProps) {
return (
<Html lang='en' className={bodyFontClassName}>
<Head>
{/* PWA primary color */}
<meta name='theme-color' content='#000000' />
<link rel='shortcut icon' href='/favicon.ico' />
<link rel='manifest' href='/manifest.json' />
<meta name='apple-mobile-web-app-status-bar-style' content='black' />
<meta name='emotion-insertion-point' content='' />
{emotionStyleTags}
</Head>