We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be563bd commit e056828Copy full SHA for e056828
src/components/Articles.astro
@@ -31,6 +31,7 @@ const allPosts = await Astro.glob('../pages/posts/*.md');
31
height="144"
32
class="rounded-xl max-lg:w-full"
33
alt={post.frontmatter.image.alt}
34
+ loading="lazy"
35
/>
36
<section>
37
<CustomParagraph
0 commit comments