This commit is contained in:
2026-06-28 19:09:30 +02:00
parent 8b43e14dc7
commit 4817ccff2a
11 changed files with 1715 additions and 1098 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ const { posts } = Astro.props
{
posts.map((post) => (
<li>
<a href={`/blog/${post.slug}`}>
<a href={`/blog/${post.id}`}>
<PostPreview {post} />
</a>
</li>