Why this exists
This post is here to confirm:
- MDX renders correctly
- code blocks highlight
- metadata generation works
Code sample
export function greet(name: string) {
return `Hello, ${name}`;
}2026-04-10
A minimal MDX post to verify the pipeline, routing, and SEO outputs.
This post is here to confirm:
export function greet(name: string) {
return `Hello, ${name}`;
}