Image optimization
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user