Skip to content
New issue

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

Add @next/mdx to Next.js getting started guide #2040

Merged
merged 9 commits into from
May 15, 2022
Prev Previous commit
Update docs/docs/getting-started.server.mdx
Co-authored-by: Titus <[email protected]>
  • Loading branch information
remcohaszing and wooorm authored May 15, 2022
commit b6dd3a29b531c1df78a9d0cf84780703b904c5dd
2 changes: 1 addition & 1 deletion docs/docs/getting-started.server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ well.
const withMDX = nextMDX({
// By default only the .mdx extension is supported.
extension: /\.mdx?$/,
options: { providerImportSource: '@mdx-js/react', /* otherOptions… */}
options: {providerImportSource: '@mdx-js/react', /* otherOptions… */}
})

export default withMDX({
Expand Down