Eager load less

This commit is contained in:
Firq 2024-10-22 23:29:08 +02:00
parent f4e8a39c08
commit 2115ec78a2
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", "name": "@firq/fgosite",
"type": "module", "type": "module",
"version": "0.2.0-pre.25", "version": "0.2.0-pre.26",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",

View file

@ -29,7 +29,7 @@ if (bond10 === false) {
bondce_css += ' unobtained' bondce_css += ' unobtained'
} }
let loading: "eager" | "lazy" = index <= 5 ? "eager" : "lazy"; let loading: "eager" | "lazy" = index <= 3 ? "eager" : "lazy";
--- ---
<article> <article>