Hi
This is a really cool project! I am having trouble getting it to work though. For now, I just cloned the gatsby-starter-mdx, set up netlify and am now trying to add this widget.
My cms.js file looks as follows:
import CMS from 'netlify-cms-app'
import { MdxControl, MdxPreview } from 'netlify-cms-widget-mdx'
CMS.registerWidget('mdx', MdxControl, MdxPreview)
Hi This is a really cool project! I am having trouble getting it to work though. For now, I just cloned the
gatsby-starter-mdx
, set up netlify and am now trying to add this widget.My
cms.js
file looks as follows:And I edited my config.yml as follows:
Oh and in my
gatsby-config
New Blog
in the Netlify CMS) :Thanks a lot in advance!