Skip to content

Commit edef095

Browse files
committed
Do not optimize post main image
1 parent 232d5b1 commit edef095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/post/PostHead.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ const PostHead: React.FC<PostHeadProps> = ({
214214
</div>
215215
{!hideThumbnail && thumbnail && (
216216
<Thumbnail
217-
src={optimizeImage(thumbnail, 1024)}
217+
src={optimizeImage(thumbnail)}
218218
alt="post-thumbnail"
219219
key={thumbnail}
220220
/>

0 commit comments

Comments
 (0)