import { createMDX } from 'fumadocs-mdx/next' import type { NextConfig } from 'next' const nextConfig: NextConfig = { /* config options here */ } const withMDX = createMDX() export default withMDX(nextConfig)