|
|
@@ -20,6 +20,6 @@ export default (({ posts, onClick }: Props) => ( |
|
|
|
title={post.title || post.url || undefined} |
|
|
|
loading={i < 12 ? 'eager' : 'lazy'} |
|
|
|
decoding="async" |
|
|
|
className="object-cover w-full h-full" /> |
|
|
|
className="object-cover w-full h-full"/> |
|
|
|
</Link>))} |
|
|
|
</div>)) satisfies FC<Props> |