We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f01b16 + 580f27c commit 4b2c128Copy full SHA for 4b2c128
README.md
@@ -84,7 +84,7 @@ export async function getStaticProps() {
84
title: Test
85
---
86
87
-Some **mdx** text, with a component <Test name={title}/>
+Some **mdx** text, with a component <Test name={frontmatter.title}/>
88
`
89
90
const mdxSource = await serialize(source, { parseFrontmatter: true })
0 commit comments