Eager load less
This commit is contained in:
parent
f4e8a39c08
commit
0e637384b6
2 changed files with 2 additions and 2 deletions
src/components/cards
|
@ -29,7 +29,7 @@ if (bond10 === false) {
|
|||
bondce_css += ' unobtained'
|
||||
}
|
||||
|
||||
let loading: "eager" | "lazy" = index <= 5 ? "eager" : "lazy";
|
||||
let loading: "eager" | "lazy" = index <= 3 ? "eager" : "lazy";
|
||||
---
|
||||
|
||||
<article>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue