dynamic base route with App structure?
Unanswered
Devon Rex posted this in #help-forum
Devon RexOP
i have
landing on / opens page.tsx and that works as expected, but /13123 is not handled with [id].tsx. pointers?
app/page.tsx
app/[id].tsxlanding on / opens page.tsx and that works as expected, but /13123 is not handled with [id].tsx. pointers?
3 Replies
@Nelson The docs: https://nextjs.org/docs/app/building-your-application/routing/dynamic-routes
you think if they were gonna read the docs they wouldnt have already found this header level page? 😂