From 8d9e975c639c61ae013e5912bb2e8ccc8142a412 Mon Sep 17 00:00:00 2001 From: prototypa Date: Tue, 31 Jan 2023 14:59:08 -0500 Subject: [PATCH] Add loading and async props --- src/components/blog/ListItem.astro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/blog/ListItem.astro b/src/components/blog/ListItem.astro index 4db21fb..0504aae 100644 --- a/src/components/blog/ListItem.astro +++ b/src/components/blog/ListItem.astro @@ -33,6 +33,8 @@ const link = !BLOG?.post?.disabled ? getPermalink(post.permalink, 'post') : ''; sizes="(max-width: 900px) 400px, 900px" alt={post.title} aspectRatio="16:9" + loading="lazy" + decoding="async" /> )}