Hello World
2024-03-20
My first blog post
Hello World
This is my first blog post using MDX and Next.js!
Features
- MDX support
- Front matter
- Markdown syntax
- React components
const Hello = () => {
return <h1>Hello from MDX!</h1>;
};
2024-03-20
My first blog post
This is my first blog post using MDX and Next.js!
const Hello = () => {
return <h1>Hello from MDX!</h1>;
};