chore: 更新网站域名和背景图片配置

将网站域名从 blog.acofork.com 更改为 blog.meowrain.cn
修改背景图片源为新的随机图片API,并保留旧配置作为注释
This commit is contained in:
lirui
2026-01-18 22:52:43 +08:00
parent afe7569729
commit 612a359c1d
2 changed files with 3 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ export default defineConfig({
image: {
service: passthroughImageService(),
},
site: "https://blog.acofork.com",
site: "https://blog.meowrain.cn",
base: "/",
trailingSlash: "always",
output: "static",