From b0337a997ed061618376aedcb73dae7e5637ecc0 Mon Sep 17 00:00:00 2001 From: saicaca Date: Sat, 27 Jul 2024 15:15:26 +0800 Subject: [PATCH] fix: `siteConfig.banner.position` not working --- src/layouts/Layout.astro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 199e8d1..7ecb554 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -111,6 +111,8 @@ const siteLang = siteConfig.lang.replace('_', '-')