From c1017156da92aa0eec777320b92f61de4f3cf35d Mon Sep 17 00:00:00 2001 From: radishzzz Date: Thu, 23 Jan 2025 10:25:16 +0000 Subject: [PATCH] fix: theme toggle error --- src/layouts/Layout.astro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 468bfc9..e612015 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -16,12 +16,11 @@ interface Props { const { postTitle, postDescription, postImage } = Astro.props const fontStyle = `font-${themeConfig.global.font}` -const colorMode = themeConfig.color.mode ---