mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-04 23:16:53 +00:00
封面图
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user