Task
Create a changelog section that can be updated easily.
Approach
- MDX files in /changelog/ directory, one per entry
- Frontmatter: date, version, title, type (feature/fix/improvement)
- Auto-sorted by date
- RSS feed for changelog
- Categories/filters
Example Entry
---
date: 2026-03-17
title: Custom Domain Routing
type: feature
---
Sites can now use custom domains with automatic SSL.
Requirements
- Easy to add entries (just create a .mdx file)
- Looks good on mobile
- RSS feed at /changelog/rss.xml
Task
Create a changelog section that can be updated easily.
Approach
Example Entry
Requirements