In Next.js 14 what is the correct architecture approach for setting up dynamic routes when intercepting a particular slug?
Learning Next.js 14 I’ve been reading through the documentation on Dynamic Routes. If I’m targeting all pages in my site based on slug
but I want to render something in particular for let’s say a contact
or about
page which approach is accurate?