diff --git a/src/components/ThemeSwitch/index.astro b/src/components/ThemeSwitch/index.astro index b6c04853..08076aa2 100644 --- a/src/components/ThemeSwitch/index.astro +++ b/src/components/ThemeSwitch/index.astro @@ -18,6 +18,3 @@ import styles from './index.module.css' - - - diff --git a/src/layouts/Base/Head.astro b/src/layouts/Base/Head.astro index 92a9b2f7..a8963dc3 100644 --- a/src/layouts/Base/Head.astro +++ b/src/layouts/Base/Head.astro @@ -119,6 +119,9 @@ const faviconSvg = await getImage({ src: faviconSvgSrc, format: 'svg' }) ) } + + + {style && } {