@@ -84,7 +84,7 @@ const structuredData = {
8484<html lang =" en" >
8585 <head >
8686 <meta charset =" UTF-8" />
87- <meta name =" viewport" content =" width=device-width, initial-scale=1.0" />
87+ <meta name =" viewport" content =" width=device-width, initial-scale=1.0, viewport-fit=cover " />
8888 <title >{ siteTitle } </title >
8989 <meta name =" description" content ={ siteDescription } />
9090 <meta name =" keywords" content ={ keywordMeta } />
@@ -98,6 +98,7 @@ const structuredData = {
9898 name =" googlebot"
9999 content =" index,follow,max-image-preview:large,max-snippet:-1,max-video-preview:-1"
100100 />
101+ <meta name =" color-scheme" content =" dark light" />
101102 <meta name =" referrer" content =" strict-origin-when-cross-origin" />
102103 <link rel =" canonical" href ={ canonicalUrl } />
103104 <link rel =" icon" type =" image/png" sizes =" 256x256" href ={ iconUrl } />
@@ -124,7 +125,8 @@ const structuredData = {
124125 <meta name =" twitter:description" content ={ socialDescription } />
125126 <meta name =" twitter:image" content ={ ogImageUrl } />
126127 <meta name =" twitter:image:alt" content =" ASO CLI local dashboard keyword research view" />
127- <meta name =" theme-color" content =" #0d1317" />
128+ <meta name =" theme-color" content =" #0d1317" media =" (prefers-color-scheme: light)" />
129+ <meta name =" theme-color" content =" #0d1317" media =" (prefers-color-scheme: dark)" />
128130 <script type =" application/ld+json" set:html ={ JSON .stringify (structuredData )} ></script >
129131 </head >
130132 <body >
0 commit comments