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', }, }, images: { remotePatterns: [ { protocol: 'https', hostname: 'pay.rscygroup.com', port: '', pathname: '/api/scan/imgs/*', search: '', }, ], }, })