You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: improve dynamic routes example in project structure page
Updated dynamic routes example in `project-structure.mdx`. (catch-all segments)
Changed example from `/shop/clothing/shoes` to `/shop/clothing` for clarity
and consistency. This makes the catch-all segment usage more intuitive:
`/shop/a`, `/shop/a/b` → `/shop/clothing`, `/shop/clothing/shirts`.
0 commit comments