We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cd3f22 commit fb13d70Copy full SHA for fb13d70
1 file changed
src/pages/index.astro
@@ -26,7 +26,7 @@ const posts = (await getCollection('blog', ({ data }) => !data.draft))
26
description={post.data.description}
27
date={post.data.date}
28
tags={post.data.tags}
29
- slug={post.slug}
+ slug={post.id}
30
readingTime={getReadingTime(post.body ?? '')}
31
/>
32
))}
0 commit comments