封面图

This commit is contained in:
tangly1024
2024-10-05 15:02:06 +08:00
parent 674561e2d9
commit d2a37b3a17
3 changed files with 6 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ const PostItemCardTop = ({ post, showSummary }) => {
// data-aos-anchor-placement='top-bottom'
className='mb-6 max-w-screen-3xl '>
<div className='flex flex-col w-full'>
{siteConfig('MAGZINE_POST_LIST_COVER') && (
{siteConfig('MAGZINE_POST_LIST_COVER') && post?.pageCoverThumbnail && (
<Link
href={post?.href}
passHref