We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3630cb5 commit 3742890Copy full SHA for 3742890
packages/gatsby-transformer-javascript-frontmatter/README.md
@@ -31,7 +31,7 @@ module.exports = {
31
This plugin uses [@babel/parser](https://www.npmjs.com/package/@babel/parser) and [@babel/traverse](https://www.npmjs.com/package/@babel/traverse) to
32
statically read the frontmatter exports.
33
34
-In a `.js` file, export a frontmatter object to set your metadata variables, like so:
+In a `.js` (or `.jsx` / `.ts` / `.tsx`) file, export a frontmatter object to set your metadata variables, like so:
35
36
```javascript
37
import React from "react"
0 commit comments