Eager load less
All checks were successful
/ astro-check (push) Successful in 11s
/ get-version (push) Successful in 2s
/ auto-deploy-dockge (push) Successful in 21s
/ check-tag (push) Successful in 2s
/ checking (push) Successful in 12s
/ build-site (push) Successful in 1m12s
/ run-unlighthouse (push) Successful in 0s
/ create-release (push) Successful in 5s
All checks were successful
/ astro-check (push) Successful in 11s
/ get-version (push) Successful in 2s
/ auto-deploy-dockge (push) Successful in 21s
/ check-tag (push) Successful in 2s
/ checking (push) Successful in 12s
/ build-site (push) Successful in 1m12s
/ run-unlighthouse (push) Successful in 0s
/ create-release (push) Successful in 5s
This commit is contained in:
parent
f4e8a39c08
commit
0e637384b6
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