Public changelog is live
Shortify now has a dedicated public changelog page instead of a private placeholder inside the app shell. This first pass is focused on getting the route, MDX content model, and layout integrated cleanly into the existing Next.js app.
That means future updates can live in one MDX file, be published publicly at /changelog, and stay easy to edit without adding a CMS or another moving piece.
Included in v0
- Added a standalone public changelog route at
/changelog - Ported the Tailwind Plus changelog layout into the existing app
- Wired MDX entries into the app router so updates can be written as release notes
- Opened the route for indexing by search engines and sitemap discovery