// components/mdx-remote.js import { MDXRemote, MDXRemoteProps } from 'next-mdx-remote/rsc' import Link from 'next/link' import { JSX } from 'react' const components = { h1: (props: any) =>
{(props.children)}
, a: (props: any) => {(props.children)}, mark: (props: any) => {props.children}, ul: (props: any) =>