Merge branch 'main' into #23

このコミットが含まれているのは:
2025-07-21 17:31:57 +09:00
コミット 4ec9c9c5e0
3個のファイルの変更19行の追加2行の削除
+3
ファイルの表示
@@ -101,6 +101,9 @@ export default () => {
<img src={post.thumbnail || post.thumbnailBase || undefined}
alt={post.title || post.url}
title={post.title || post.url || undefined}
loading="eager"
fetchPriority="high"
decoding="async"
className="object-none w-full h-full" />
</Link>))}
</div>)