fix: custom ogImage not showing in homepage

This commit is contained in:
草师傅 2025-08-18 18:19:08 +08:00
parent 302ded3613
commit bfd3bef223
Signed by: gb
GPG key ID: 43330A030E2D6478

View file

@ -12,7 +12,7 @@ try {
}
---
<Layout>
<Layout ogImage={siteConfig.homepageOgImage || ""}>
<h1 class="title">~/</h1>
<div class="content">
{HomePageContent ? <HomePageContent/> :