· seo
Shipping static MDX
How this site ships MDX as static HTML: generateStaticParams, force-static, and why a missing Spanish translation redirects to English with a 307.
This post exists in English only. Visiting /es/blog/shipping-static-mdx should 307 to /blog/shipping-static-mdx.
Why static
Crawlers get HTML from the CDN. New posts wait for the next deploy. That is the tradeoff.
SEO bits
Each post sets title, description, canonical, hreflang for locales that exist, and JSON-LD BlogPosting.
More in SEO and the blog index.