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