Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 563 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 563 Bytes

This is a Proof-of-Concept for rendering MDX files using Next.js 13, next-mdx-remote, and TypeScript. You can read more about it on my blog.

This is a very minimal example, but it should give you a good idea of how to get started with next-mdx-remote and Next.js 13.

  • Using Next.js 13's /app directory
  • Parsing frontmatter
  • Custom components

For additional reference, check out this repo which is a full MDX blog built with Next.js 13.