2026-04-10

Hello MintBlog

A minimal MDX post to verify the pipeline, routing, and SEO outputs.

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}`;
}