perf(images): optimize cards and compact logo assets

This commit is contained in:
poyrazavsever
2026-08-31 20:08:04 +03:00
parent 340d504ac8
commit 9d5f347ffb
6 changed files with 70 additions and 21 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ export function BlogContent({ data, section = "blog" }: BlogContentProps) {
readTime={post.readTime}
href={post.href}
className="rounded-sm border-border [&_h3]:line-clamp-2 [&_h3]:min-h-[2.5rem] [&_p]:line-clamp-3"
author={{ name: post.author, avatar: "/logo/logo.webp" }}
author={{ name: post.author, avatar: "/logo/logo-96.webp" }}
/>
</StaggerItem>
))}