fix: update image paths and translate UI text to Turkish

This commit is contained in:
Buğra
2025-07-10 18:44:54 +03:00
parent 99dc796b1a
commit e561ec1f56
36 changed files with 130 additions and 130 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ const { post, url } = Astro.props;
{
post.readingTime && (
<>
&nbsp;· <span>{post.readingTime}</span> min read
&nbsp;· <span>{post.readingTime}</span> dk okuma
</>
)
}