fix apple-mobile-web-app-capable deprecation

This commit is contained in:
k00b 2024-10-07 10:52:29 -05:00
parent 070b350211
commit a916533826
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ class MyDocument extends Document {
}} }}
/> />
<meta name='apple-mobile-web-app-capable' content='yes' /> <meta name='apple-mobile-web-app-capable' content='yes' />
<meta name='mobile-web-app-capable' content='yes' />
<meta name='theme-color' content='#121214' /> <meta name='theme-color' content='#121214' />
<link rel='apple-touch-icon' href='/icons/icon_x192.png' /> <link rel='apple-touch-icon' href='/icons/icon_x192.png' />
<Script id='dark-mode-js' strategy='beforeInteractive'> <Script id='dark-mode-js' strategy='beforeInteractive'>