gatsby-source-prismic-graphql
gatsby-source-prismic-graphql copied to clipboard
Can I use this plugin alongside gatsby-plugin-mdx?
I'm really looking forward to using this plugin! I'm having an issue, however.
I would like only one content type post to be sourced from prismic.io. I would like to keep my website pages as *.mdx. Unfortunately gatsby-source-graphql-universal (which of course this package depends on) doesn't like this:
When I run gatsby develop:
gatsby-source-graphql-universal: Could not parse component path: D:/lib/dev/---/gatsby-starter-mdx-basic/src/pages/index.mdx
Is there anything I can do in the configuration to prevent this from happening?
Thanks in advance!
I'm having the same issue