mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
added manifest.json for PWA / saved to home screen
This commit is contained in:
+2
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user