Tag: content-collections

2 articles

· astro / mdx

How to Add MDX to Astro 5 Content Collections

Step-by-step guide to installing @astrojs/mdx and wiring it into Astro 5 Content Layer API — typed frontmatter, component imports, and every pitfall documented.

· astro / mdx

How to write good Astro frontmatter (and validate it)

Add a Zod schema to src/content.config.ts. Frontmatter fields get TypeScript types and build-time validation — no extra dependencies, no runtime surprises.