fix apple-mobile-web-app-capable deprecation
This commit is contained in:
parent
070b350211
commit
a916533826
|
@ -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'>
|
||||||
|
|
Loading…
Reference in New Issue