Merge pull request #282 from bennycode/patch-1
Remove duplicated loading property
This commit is contained in:
@ -59,7 +59,6 @@ const { Content } = post;
|
||||
widths={[400, 900]}
|
||||
sizes="(max-width: 900px) 400px, 900px"
|
||||
alt={post?.excerpt || ''}
|
||||
loading="eager"
|
||||
width={900}
|
||||
height={506}
|
||||
loading="eager"
|
||||
|
Reference in New Issue
Block a user