Add loading and async props

This commit is contained in:
prototypa
2023-01-31 14:59:08 -05:00
parent 723e788f94
commit 8d9e975c63

View File

@ -33,6 +33,8 @@ const link = !BLOG?.post?.disabled ? getPermalink(post.permalink, 'post') : '';
sizes="(max-width: 900px) 400px, 900px" sizes="(max-width: 900px) 400px, 900px"
alt={post.title} alt={post.title}
aspectRatio="16:9" aspectRatio="16:9"
loading="lazy"
decoding="async"
/> />
)} )}
</div> </div>