Deep Dive Subpost

March 2, 2026
|
1 min read

Deep Dive Subpost

This is a subpost under the headbanger-blogs topic. It exists so you can test the nested route /blog/headbanger-blogs/deep-dive and make sure sub-articles render correctly.

Subpost Features

  • Uses its own frontmatter
  • Lives in a nested folder under the main blog
  • Renders with the same MDXComponents
export function subpostExample() {
  return "This is a subpost";
}

If you can read this subpost in the browser, nested routing is working.

Previous
No previous subpost
Parent Post
Blog Rendering Test: All Elements
Next
No next subpost