diff --git a/src/assets/images/banner-4.png b/src/assets/images/banner-4.png new file mode 100644 index 000000000..cc912f638 Binary files /dev/null and b/src/assets/images/banner-4.png differ diff --git a/src/config.ts b/src/config.ts index cf8f2ce54..61433d9ac 100644 --- a/src/config.ts +++ b/src/config.ts @@ -16,11 +16,11 @@ export const siteConfig: SiteConfig = { }, banner: { enable: true, - src: 'assets/images/banner-1.png', // Relative to the /src directory. Relative to the /public directory if it starts with '/' + src: 'assets/images/banner-4.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: true, // Display the credit text of the banner image - text: '娜维娅 Navia', // Credit text to be displayed + text: 'Mummy Returns', // Credit text to be displayed url: 'https://www.bilibili.com/video/BV1M6421f7Q2' // (Optional) URL link to the original artwork or artist's page } },