mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 15:09:47 +00:00
feature: set color for mobile browser status bar
it'll diffirent due to the dark or light mode of mobile devices.
This commit is contained in:
@@ -29,6 +29,9 @@ export const PageHead: React.FC<
|
||||
content='width=device-width, initial-scale=1, shrink-to-fit=no'
|
||||
/>
|
||||
|
||||
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#fefffe" key="theme-color-light"/>
|
||||
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#2d3439" key="theme-color-dark"/>
|
||||
|
||||
<meta name='robots' content='index,follow' />
|
||||
<meta property='og:type' content='website' />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user