Skip to content
Discussion options

You must be logged in to vote

Ok, so this is intentional, even found a test for it, but my justification is as follows:

The top level (├ ◐ /[username]/posts): This is the route definition - the file that exists in your app directory.

Nested items (│ └ /[username]/posts): These show what was actually prerendered as static shells. In this case, a fallback static shell was generated for the dynamic pattern itself.

This is more noticeable and helpful for permutations on routes with multiple dynamic segments. For example /[category]/[slug] in something like:

  export function generateStaticParams() {

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@icyJoseph
Comment options

Answer selected by yusifaliyevpro
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants