Image optimization
This commit is contained in:
@@ -40,7 +40,8 @@ publishedBlogEntries.sort(function (a, b) {
|
|||||||
background="#ffffff"
|
background="#ffffff"
|
||||||
fit="cover"
|
fit="cover"
|
||||||
position="center"
|
position="center"
|
||||||
loading={index === 0 ? "eager" : "lazy"}
|
loading={index <= 2 ? "eager" : "lazy"}
|
||||||
|
decoding={index <= 2 ? "sync" : "async"}
|
||||||
class="w-full rounded-md"
|
class="w-full rounded-md"
|
||||||
/>
|
/>
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
Reference in New Issue
Block a user