Welcome to MDX!
This is an example MDX file that demonstrates how content collections work with MDX support.
What is MDX?
MDX allows you to use JSX components directly in your Markdown content. This means you can:
- Write regular Markdown
- Embed React/Astro components
- Create interactive content
Example Component Usage
You can import and use components like this:
<Welcome />
Rich Content
Since this is MDX, you can create rich, interactive content that goes beyond traditional Markdown.
Key benefits:
- Type-safe frontmatter with Zod schemas
- Component integration
- Full Markdown support
- Excellent DX with VS Code