What did you think?
Sign in to react.
What did you think?
Sign in to react.
This is an example blog post to demonstrate the MDX blog setup
This is an example blog post written in MDX format. MDX allows you to write JSX in your Markdown documents.
Here’s a code example:
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("World"));This blog is built with Next.js, MDX, and supports internationalization with English and Vietnamese.