Eager load less
This commit is contained in:
parent
f4e8a39c08
commit
2115ec78a2
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@firq/fgosite",
|
||||
"type": "module",
|
||||
"version": "0.2.0-pre.25",
|
||||
"version": "0.2.0-pre.26",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
|
|
|
@ -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…
Reference in a new issue