diff --git a/docs/01-app/02-guides/mdx.mdx b/docs/01-app/02-guides/mdx.mdx index 4c13a0254c9a..7ebe951900ba 100644 --- a/docs/01-app/02-guides/mdx.mdx +++ b/docs/01-app/02-guides/mdx.mdx @@ -701,10 +701,8 @@ const nextConfig = { const withMDX = createMDX({ // Add markdown plugins here, as desired - options: { remarkPlugins: [remarkGfm], rehypePlugins: [], - }, }) // Combine MDX and Next.js config