We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d03fe39 commit 617e876Copy full SHA for 617e876
packages/gatsby-source-contentful/README.md
@@ -487,7 +487,7 @@ const options = {
487
function BlogPostTemplate({ data }) {
488
const { bodyRichText } = data.contentfulBlogPost
489
490
- return <div>{bodyRichText && renderRichText(richTextField, options)}</div>
+ return <div>{bodyRichText && renderRichText(bodyRichText, options)}</div>
491
}
492
```
493
0 commit comments