Skip to content

Commit add6658

Browse files
committed
chore: lazy load avatar image
1 parent f3bd443 commit add6658

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/components/BlueskyComments.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ const postUrl = computed(() => data.value?.postUrl)
3232
:src="like.actor.avatar"
3333
:alt="like.actor.displayName || like.actor.handle"
3434
class="w-8 h-8 rounded-full hover:opacity-80 transition-opacity m-0"
35+
loading="lazy"
3536
/>
3637
<div
3738
v-else

0 commit comments

Comments
 (0)