Hardcoded route vs dynamic route
Answered
Serbian Hound posted this in #help-forum
Serbian HoundOP
Hi all, so I have
app/posts/[slug]/page.tsx and app/posts/create.tsx - but the create.tsx never gets handled as a route, it will always hit the slug. Is there any way to solve this?Answered by Serbian Hound
Nvm, I solved this with
app/posts/create/page.tsx if anyone is interested1 Reply
Serbian HoundOP
Nvm, I solved this with
app/posts/create/page.tsx if anyone is interestedAnswer