This is a sample MDX post wired through Astro’s content collections. It proves the
content pipeline works end to end: the file in src/content/posts/ is validated
against the schema in src/content.config.ts and rendered by the dynamic route at
src/pages/posts/[...slug].astro.
Why MDX
MDX lets prose and components live together — write Markdown for copy and drop in interactive components (vanilla-JS/SVG islands) where a static screenshot won’t do.
Replace this file with real content when you’re ready.