Skip to content

Commit

Permalink
New blog
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Nov 30, 2024
1 parent ea11c09 commit 1f030b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 1f030b9

Please sign in to comment.