From 6d0dd7b91f1a0da3b328e78d099f5d78be839b30 Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 17 Jul 2024 21:35:37 +0800 Subject: [PATCH] Turn on homepage banner --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 05d8e4316..a2b58f130 100644 --- a/src/config.ts +++ b/src/config.ts @@ -15,7 +15,7 @@ export const siteConfig: SiteConfig = { fixed: false, // Hide the theme color picker for visitors }, banner: { - enable: false, + enable: true, src: 'assets/images/demo-banner.png', // Relative to the /src directory. Relative to the /public directory if it starts with '/' position: 'center', // Equivalent to object-position, defaults center },