import createMDX from '@next/mdx' export default createMDX({ options: { rehypePlugins: [ ['rehype-highlight', null], ], }, })({ output: 'standalone', pageExtensions: ['js', 'jsx', 'mdx', 'ts', 'tsx'], experimental: { mdxRs: { mdxType: 'gfm', }, }, })