We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 222f58e commit 677c2e0Copy full SHA for 677c2e0
themes/heo/components/BlogPostCard.js
@@ -30,7 +30,7 @@ const BlogPostCard = ({ index, post, showSummary, siteInfo }) => {
30
{/* 图片封面 */}
31
{showPageCover && (
32
<Link href={post?.href} passHref legacyBehavior>
33
- <div className='w-full md:w-5/12 2xl:w-full overflow-hidden'>
+ <div className='w-full md:w-5/12 2xl:w-full overflow-hidden cursor-pointer select-none'>
34
<LazyImage
35
priority={index === 0}
36
src={post?.pageCoverThumbnail}
0 commit comments