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.
MDXComponentsexport function subpostExample() {
return "This is a subpost";
}
If you can read this subpost in the browser, nested routing is working.