Nested routing in the App Router
This page lives at app/blog/post/page.js, so its URL is /blog/post. In the App Router every folder inside app/ becomes a URL segment, and a page.js file inside that folder makes the segment publicly routable. Nesting folders nests the route, with no router configuration needed.