We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to use mdx-deck with next.js? Or is this a stand alone project?
mdx-deck
next.js
The text was updated successfully, but these errors were encountered:
mdx-deck is tied heavily into Gatsby. In fact, if you look at packages/mdx-deck/index.js, it's just exporting @mdx-deck/gatsby-plugin:
packages/mdx-deck/index.js
@mdx-deck/gatsby-plugin
mdx-deck/packages/mdx-deck/index.js
Line 4 in 08b1ca4
Sorry, something went wrong.
You can get Next MDX Deck which I have used, uses NextJS (v9 I think) and it's quite nice to use.
I'm currently using MDXP which I've detailed here I also list out some alternatives as well.
No branches or pull requests
Is it possible to use
mdx-deck
withnext.js
? Or is this a stand alone project?The text was updated successfully, but these errors were encountered: