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

This commit is contained in:
Firq 2024-10-22 23:29:08 +02:00
parent f4e8a39c08
commit 0e637384b6
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -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>