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 },