How to use Intercepting and Parallel routes with root level?
Unanswered
Louisiana Waterthrush posted this in #help-forum
Louisiana WaterthrushOP
In this example, it uses intercepting and parallel with
when I use it like this:
It doesn't work. Is (.)photos
photos:(.)photo/[id]/page.tsx
// localhost:3000/photos/1when I use it like this:
// root level
(.)/[id]/page.tsx
// localhost:3000/1It doesn't work. Is (.)photos
photos name required?