metaapr 28, 2026
Hello, MDX — A Test Post
Why MDX?
MDX lets us write blog posts as real files instead of arrays of strings tucked inside a TypeScript file. Each post lives in its own .mdx file and can include React components if needed.
What changed
- Posts now live in
src/content/posts/ - The blog page dynamically imports the right
.mdxfile by slug - Metadata (title, date, tag, excerpt) is exported from the MDX file itself
A blockquote for good measure
If it renders, it works. And if it works, ship it.
That's the whole post. It exists purely to verify the setup.