diff --git a/src/config.ts b/src/config.ts
index 632a1a4c3..84b877850 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -37,7 +37,7 @@ export const siteConfig: SiteConfig = {
},
background: {
enable: true, // Enable background image
- src: "", // Background image URL (supports HTTPS)
+ 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'
diff --git a/src/content/posts/pin.md b/src/content/posts/pin.md
index dcf2c6586..c141bd7ca 100644
--- a/src/content/posts/pin.md
+++ b/src/content/posts/pin.md
@@ -1,6 +1,6 @@
---
title: 加群向导
-image: /random/h
+image: https://t.alcy.cc/ycy
published: 2025-05-24
pinned: true
category: 置顶
diff --git a/src/content/posts/record.md b/src/content/posts/record.md
index e520d983c..8f1479321 100644
--- a/src/content/posts/record.md
+++ b/src/content/posts/record.md
@@ -2,7 +2,7 @@
category: 记录
description: 一些记录,不定时更新
draft: false
-image: /random/h
+image: https://t.alcy.cc/ycy
lang: zh_CN
published: 1999-01-01
tags:
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro
index 24f7c1cb4..8881737cd 100644
--- a/src/layouts/Layout.astro
+++ b/src/layouts/Layout.astro
@@ -115,7 +115,6 @@ const bannerOffset =
-