diff --git a/src/config.ts b/src/config.ts index c1c93b553..38871cd51 100644 --- a/src/config.ts +++ b/src/config.ts @@ -19,9 +19,9 @@ export const siteConfig: SiteConfig = { src: 'assets/images/banner-1.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 - text: '', // Credit text to be displayed - url: '' // (Optional) URL link to the original artwork or artist's page + enable: true, // Display the credit text of the banner image + text: '娜维娅 Navia', // Credit text to be displayed + url: 'https://www.bilibili.com/video/BV1M6421f7Q2' // (Optional) URL link to the original artwork or artist's page } }, toc: {