feat: updated blog content and blog detail component

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