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