docs: lazy load images for performances

This commit is contained in:
Benjamin Canac
2023-09-14 22:55:53 +02:00
parent c44d363f62
commit 81463cd21d
4 changed files with 9 additions and 3 deletions

View File

@@ -55,6 +55,7 @@ onMounted(() => {
alt="benjamincanac"
width="40"
height="40"
loading="lazy"
/>
<UAvatar
src="https://ipx.nuxt.com/s_32x32/gh_avatar/Atinux"
@@ -62,6 +63,7 @@ onMounted(() => {
alt="Atinux"
width="40"
height="40"
loading="lazy"
/>
<UAvatar
src="https://ipx.nuxt.com/s_32x32/gh_avatar/smarroufin"
@@ -69,6 +71,7 @@ onMounted(() => {
alt="smarroufin"
width="40"
height="40"
loading="lazy"
/>
</UAvatarGroup>