System Refactor Test
2026-07-01It works!
If you can see this post at /blogs/testing-refactor, your unified routing system is fully operational.
This post proves that:
- The
postscollection is correctly configured incontent.config.ts. - The Universal Route
[category]/[slug].astrois successfully catching the request. - The
categoryfrontmatter is driving the URL structure.
Go ahead and try changing the category to coding or projects in the frontmatter above and save it—watch the URL change automatically to /coding/testing-refactor.