Relative Content

Tag Archive for next.jsmdxtsxnext.js14

Next.js not rendering MDX components

I’m trying to render a mdx file on my NEXTJS portfolio website for a blog of sorts. I’m able to get the text of the mdx file onto my site, but for some reason my site won’t render the mdx file properly, things like headers or code segments show up the same as text.

This is how it should look