open-design/apps/landing-page/app/content/blog/test-post.mdx
Prantik Medhi 0244a769cb
feat(landing-page): add blog routes (#1444)
* fix(landing-page): register blog collection config

* fix(landing-page): restore blog content config

* fix(blog): use content-layer ids
2026-05-13 12:20:45 +08:00

11 lines
315 B
Text

---
title: Test post
date: 2026-05-08
category: QA
readingTime: 2 min read
summary: Acceptance coverage for the /blog/test-post route.
---
This post exists so the required `test-post` route resolves during review.
It also proves the collection, static path generation, and MDX rendering path all work end to end.