diff --git a/src/assets/images/banner.png b/src/assets/images/banner.png new file mode 100644 index 0000000..cd65f28 Binary files /dev/null and b/src/assets/images/banner.png differ diff --git a/src/config.ts b/src/config.ts index 1437aa8..8b7cb62 100644 --- a/src/config.ts +++ b/src/config.ts @@ -16,8 +16,8 @@ export const siteConfig: SiteConfig = { fixed: false, // Hide the theme color picker for visitors }, banner: { - enable: false, - src: "assets/images/demo-banner.png", // Relative to the /src directory. Relative to the /public directory if it starts with '/' + 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 credit: { enable: false, // Display the credit text of the banner image