Новые обновления компоентов

This commit is contained in:
Web-serfer 2026-04-19 22:57:29 +05:00
parent 4b9735118b
commit 1a1871f5f3
18 changed files with 429 additions and 142 deletions

View file

@ -63,6 +63,7 @@ const formatDate = (date: string) => {
categoryColor={post.categoryColor}
date={formatDate(post.date)}
readTime={post.readTime}
readmeTime={post.readmeTime}
image={getPostImageUrl(post)}
slug={`/blog/${post.slug}`}
/>