using collection route API for mdx #31908
Unanswered
hotfudgecake
asked this question in
Help
Replies: 1 comment
-
Can you make other collection routes work? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone! I'm trying to use the collection route API for mdx files.
I've loaded
gatsby-plugin-mdx
, and added a{Mdx.parent__(File)__name}.js
underpages
however, i'm getting this warning
when navigating to the mdx page in browser, it's also not rendered in the layout defined in
{Mdx.parent__(File)__name}.js
.is there anything else i need to do?
Beta Was this translation helpful? Give feedback.
All reactions