diff --git a/src/pages/blog.astro b/src/pages/blog.astro index 916a37d..1ed5244 100644 --- a/src/pages/blog.astro +++ b/src/pages/blog.astro @@ -40,7 +40,8 @@ publishedBlogEntries.sort(function (a, b) { background="#ffffff" fit="cover" position="center" - loading={index === 0 ? "eager" : "lazy"} + loading={index <= 2 ? "eager" : "lazy"} + decoding={index <= 2 ? "sync" : "async"} class="w-full rounded-md" />