Refactor code structure for improved readability and maintainability

This commit is contained in:
Poyraz Avsever
2026-03-11 14:44:20 +03:00
parent bcbfebe5a3
commit c6d1252bb8
13 changed files with 1781 additions and 35 deletions
+2 -1
View File
@@ -123,9 +123,10 @@ export function BlogDetailContent({ post }: BlogDetailContentProps) {
</header>
<Card className="relative aspect-[16/8] overflow-hidden rounded-sm border-border">
<img
<Image
src={post.coverImage}
alt={post.title}
fill
sizes="(max-width: 768px) 100vw, 50vw"
className="object-cover"
/>