mirror of
https://github.com/cupcakearmy/nicco.io.git
synced 2026-07-27 01:36:08 +00:00
updates
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user