Article
Hello World
Welcome to my first blog post! This is written in Markdown and rendered as a page in Next.js using Contentlayer.
Why MDX?
MDX allows you to use JSX in your Markdown content. This means you can import and use React components directly in your posts.
console.log("Hello from MDX!");
Thanks for reading!