Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i18n(fr): fix code example in configuration-reference.mdx
Browse files Browse the repository at this point in the history
ArmandPhilippot committed Aug 25, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 0eecf84 commit c6e4217
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
@@ -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 />

0 comments on commit c6e4217

Please sign in to comment.