diff --git a/src/config.ts b/src/config.ts index d09f8f7..a7589a8 100644 --- a/src/config.ts +++ b/src/config.ts @@ -35,8 +35,8 @@ export const siteConfig: SiteConfig = { }, background: { enable: true, // Enable background image - src: "https://riscv-nas.acetaffy.top/random?type=horizontal", - // src: "https://t.alcy.cc/ycy", // Background image URL (supports HTTPS) + // src: "https://riscv-nas.acetaffy.top/random?type=horizontal", + src: "https://t.alcy.cc/ycy", // Background image URL (supports HTTPS) position: "center", // Background position: 'top', 'center', 'bottom' size: "cover", // Background size: 'cover', 'contain', 'auto' repeat: "no-repeat", // Background repeat: 'no-repeat', 'repeat', 'repeat-x', 'repeat-y'