mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
switch image loading to lazy by default
This commit is contained in:
@@ -50,7 +50,7 @@ export function Image({
|
|||||||
</ImageContainer>
|
</ImageContainer>
|
||||||
) : null
|
) : null
|
||||||
}
|
}
|
||||||
loading="eager"
|
loading="lazy"
|
||||||
src={src}
|
src={src}
|
||||||
unloader={
|
unloader={
|
||||||
includeUnloader ? (
|
includeUnloader ? (
|
||||||
|
|||||||
Reference in New Issue
Block a user