diff --git a/react/allow-md-as-an-extension-with-gatsby-mdx.md b/react/allow-md-as-an-extension-with-gatsby-mdx.md index 03cc10e..1779c4b 100644 --- a/react/allow-md-as-an-extension-with-gatsby-mdx.md +++ b/react/allow-md-as-an-extension-with-gatsby-mdx.md @@ -5,7 +5,7 @@ allows you to create pages in a Gatsby project using `.mdx` files. If you prefer the `.md` extension on your markdown files, then you can adjust the plugin options to allow that. -```json +```javascript // gatsby-config.js plugins: [ {