From 8828b98bbd4f8f167cdb47d7f48bb1799527d4c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=B4=A6=E0=B5=8D=E0=B4=A6=E0=B4=BF=28=EF=BD=A1=E2=80=A2?= =?UTF-8?q?=CC=80=20=2C=29=7E=E2=9C=A9=E2=80=A7=E2=82=8A?= <108638101+makrcat@users.noreply.github.com> Date: Wed, 30 Jul 2025 14:13:28 -0700 Subject: [PATCH] fix createMDX plugin syntax, so that it works --- docs/01-app/02-guides/mdx.mdx | 2 -- 1 file changed, 2 deletions(-) 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