Next.js Discord

Discord Forum

match an already defined route

Unanswered
Yacare Caiman posted this in #help-forum
Open in Discord
Yacare CaimanOP
lets' say I defined two routes as in the example below, is there a way to match test only when is /test but match /test/thank-you as second route, threating test as slug in this case?

-- app
  - test
  - [slug]
    -thank-you

0 Replies