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