This commit is contained in:
tangly1024
2023-01-01 20:08:10 +08:00
parent 09beecb587
commit 4aff1de058
5 changed files with 6 additions and 9 deletions

View File

@@ -50,7 +50,7 @@ const Slug = props => {
}
}
}, 20 * 1000)
const meta = { title: `${props?.siteInfo?.title || BLOG.TITLE} | loading`, image: siteInfo?.pageCover }
const meta = { title: `${props?.siteInfo?.title || BLOG.TITLE} | loading`, image: siteInfo?.pageCover || BLOG.HOME_BANNER_IMAGE }
return <ThemeComponents.LayoutSlug {...props} showArticleInfo={true} meta={meta} />
}