mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
switch image loading to lazy by default
This commit is contained in:
parent
786a693526
commit
4db47b4d37
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ export function Image({
|
|||
</ImageContainer>
|
||||
) : null
|
||||
}
|
||||
loading="eager"
|
||||
loading="lazy"
|
||||
src={src}
|
||||
unloader={
|
||||
includeUnloader ? (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue