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 da602e3 commit c456fbeCopy full SHA for c456fbe
src/layouts/MarkdownPostLayout.astro
@@ -58,6 +58,7 @@ const postLayoutProps = { ...i18n, SEO_TITLE, SEO_DESCRIPTION };
58
{...frontmatter.image}
59
height="520"
60
width="925"
61
+ loading="lazy"
62
/>
63
<article
64
class="prose prose-custom mb-10 max-w-none break-words dark:prose-invert lg:prose-base prose-img:mx-auto"
0 commit comments