gatsby-source-prismic-graphql icon indicating copy to clipboard operation
gatsby-source-prismic-graphql copied to clipboard

Can I use this plugin alongside gatsby-plugin-mdx?

Open laradevitt opened this issue 6 years ago • 1 comments

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!

laradevitt avatar Nov 22 '19 17:11 laradevitt

I'm having the same issue

alanonthegit avatar May 20 '20 08:05 alanonthegit