Prevent page from behaving like a nested route
I have the following page structure:
-
corrections
, grid
, index,
and page/[pageId]
are child routes of [auditId].vue
- duplicate
is a separate route, and should not inherit from [auditId].vue
's layout.
How do you configure Nuxt so that it behaves as described above ?
Something I considered was using the following tree structure:
0 Replies