mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
search page cover
This commit is contained in:
@@ -92,7 +92,7 @@ const BlogPostCard = ({ post, showSummary, index, siteInfo }) => {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{showPageCover && !showPreview && post?.page_cover && !post.results && (
|
||||
{showPageCover && !showPreview && post?.page_cover && (
|
||||
<div className="flex relative duration-200 cursor-pointer transform overflow-hidden md:w-5/12 ">
|
||||
<Link href={`${BLOG.SUB_PATH}/${post.slug}`} passHref legacyBehavior>
|
||||
{/* eslint-disable-next-line @next/next/no-img-element */}
|
||||
|
||||
Reference in New Issue
Block a user