rsnext/docs
Sam Ko fc87f8ee12
docs(mdx): add clarification for mdxRs (#67237)
## Why?

Add clarification that you need the experimental config:

```
module.exports = withMDX({
  experimental: {
    mdxRs: true,
  },
})
```

when using [Turbopack](https://nextjs.org/docs/architecture/turbopack).

---------

Co-authored-by: Delba de Oliveira <32464864+delbaoliveira@users.noreply.github.com>
2024-06-28 05:56:25 -07:00
..
01-getting-started Update 01-installation.mdx "create-next-app" had link in one place an… (#67150) 2024-06-26 13:36:46 +00:00
02-app docs(mdx): add clarification for mdxRs (#67237) 2024-06-28 05:56:25 -07:00
03-pages fix(turbopack): remove tailwindcss from default external packages (#66706) 2024-06-10 16:23:03 +02:00
04-architecture NEXT-66966 fix title inconsistency with unstable_ functions in Docs (#66967) 2024-06-18 09:25:31 +00:00
05-community docs(community): remove Grammarly extension recommendation (#66195) 2024-05-24 16:20:14 -05:00
index.mdx Correct spelling in installation guide reference (#66484) 2024-06-03 18:45:40 +00:00