Skip to content

Commit

Permalink
i18n(fr): fix code example in configuration-reference.mdx (#9193)
Browse files Browse the repository at this point in the history
See #9188

Co-authored-by: Yan <61414485+yanthomasdev@users.noreply.github.com>
  • Loading branch information
ArmandPhilippot and yanthomasdev committed Aug 25, 2024
1 parent 7f43463 commit 1710bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/fr/reference/configuration-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1734,7 +1734,7 @@ import { getEntry, render } from 'astro:content';
const post = await getEntry('blog', Astro.params.slug);
const { Content, headings } = await render(entry);
const { Content, headings } = await render(post);
---
<Content />
Expand Down

0 comments on commit 1710bc7

Please sign in to comment.