fix: color-schema
This commit is contained in:
parent
5d3fb2a5d0
commit
1164940981
|
|
@ -22,7 +22,7 @@ const title = Astro.props.title
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="generator" content={Astro.generator} />
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<meta name="color-scheme" content="light dark" />
|
||||
<meta name="color-scheme" content="light" />
|
||||
{Astro.site && (
|
||||
<link rel="canonical" href={Astro.site.href} />
|
||||
)}
|
||||
|
|
|
|||
Loading…
Reference in New Issue