This example demonstrates how to use markdown fields from GraphCMS with MDX
in Next.js.
• Demo
npx create-gcms-app with-nextjs-mdx-remote
Install & Run:
cd with-nextjs-mdx-remote
npm install
npm run dev
# or
cd with-nextjs-mdx-remote
yarn
yarn dev