mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 15:09:47 +00:00
Fix apple-mobile-web-app-capable deprecated meta tag warning
This commit is contained in:
@@ -33,7 +33,7 @@ export function PageHead({
|
||||
content='width=device-width, initial-scale=1, shrink-to-fit=no, viewport-fit=cover'
|
||||
/>
|
||||
|
||||
<meta name='apple-mobile-web-app-capable' content='yes' />
|
||||
<meta name='mobile-web-app-capable' content='yes' />
|
||||
<meta name='apple-mobile-web-app-status-bar-style' content='black' />
|
||||
|
||||
<meta
|
||||
|
||||
Reference in New Issue
Block a user