feat: use loading=lazy

This commit is contained in:
rizaldy 2024-02-01 02:01:56 +07:00
parent f995b0e234
commit 63de19a838
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ const Feed = ({
});
}}
>
<img alt={url} src={previewPath} className={`aspect-${type}`} />
<img alt={url} loading="lazy" src={previewPath} className={`aspect-${type}`} />
</a>
))}
</main>