switch image loading to lazy by default

This commit is contained in:
jeffvli 2025-06-24 18:06:37 -07:00
parent 786a693526
commit 4db47b4d37

View file

@ -50,7 +50,7 @@ export function Image({
</ImageContainer>
) : null
}
loading="eager"
loading="lazy"
src={src}
unloader={
includeUnloader ? (