删除冗余代码

This commit is contained in:
2025-04-29 22:58:49 +08:00
parent cbe2957f80
commit ee31225f15

View File

@@ -24,7 +24,6 @@ const latestPost = await getCollection('blog').then((posts: any[]) =>
.at(0),
)
const bgIndex = Boolean(Math.floor(Math.random() * 2))
---
<Layout title="主页" description={SITE.DESCRIPTION}>