Hi people
Welcome to your new Gatsby site.
Now go build something great.
gatsby-plugin-mdx
DemoHow to install gatsby-plugin-mdx
plugins:[
{
resolve: 'gatsby-plugin-mdx',
options: {
defaultLayouts: {
default: require.resolve('./src/components/layout.js')
}
},
}
]
