Skip to content

Commit

Permalink
i18n(zh-cn): Update builderio.mdx (#8276)
Browse files Browse the repository at this point in the history
Co-authored-by: liruifengv <[email protected]>
  • Loading branch information
huyikai and liruifengv authored May 15, 2024
1 parent fff46b5 commit 158a323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/zh-cn/guides/cms/builderio.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ const { results: posts } = await fetch(
<body>
<ul>
{
posts.map(({ data: { slug, title } }) => (
posts.flatMap(({ data: { slug, title } }) => (
<li>
<a href={`/posts/${slug}`}>{title}</a>
</li>
Expand Down

0 comments on commit 158a323

Please sign in to comment.