From 1f030b9fe4f6ff40be43b7ea508dc6e19c83002f Mon Sep 17 00:00:00 2001 From: Jack Date: Sat, 30 Nov 2024 12:29:36 +0800 Subject: [PATCH] New blog --- src/config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: {