mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 15:09:47 +00:00
Adding meta tags to remove bars on safari browser
This commit is contained in:
@@ -26,7 +26,13 @@ export const PageHead: React.FC<
|
||||
<meta httpEquiv='Content-Type' content='text/html; charset=utf-8' />
|
||||
<meta
|
||||
name='viewport'
|
||||
content='width=device-width, initial-scale=1, shrink-to-fit=no'
|
||||
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='apple-mobile-web-app-status-bar-style'
|
||||
content='black-translucent'
|
||||
/>
|
||||
|
||||
<meta name='robots' content='index,follow' />
|
||||
|
||||
Reference in New Issue
Block a user