From 0e1eca479dcd7d6357cac7d6d3c85f8f2952f364 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=A9=98?= Date: Mon, 6 Apr 2026 08:01:06 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20banner=20position=20bottom=20=E2=80=94?= =?UTF-8?q?=20avoid=20nav=20covering=20the=20face?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 小橘 🍊 --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 8b7cb62..033b62d 100644 --- a/src/config.ts +++ b/src/config.ts @@ -18,7 +18,7 @@ export const siteConfig: SiteConfig = { banner: { enable: true, src: "assets/images/banner.png", // Relative to the /src directory. Relative to the /public directory if it starts with '/' - position: "center", // Equivalent to object-position, only supports 'top', 'center', 'bottom'. 'center' by default + position: "bottom", // Equivalent to object-position, only supports 'top', 'center', 'bottom'. 'center' by default credit: { enable: false, // Display the credit text of the banner image text: "", // Credit text to be displayed