Next.js Discord

Discord Forum

opt admin path out of layout

Answered
Bengal posted this in #help-forum
Open in Discord
BengalOP
Hey guys so I have a file directory layout like so
app
  layout.tsx
  page.tsx
  otherStuff
  admin
    -layout.tsx
    -page.tsx

I would like to opt the admin page.tsx out of the main app/layout.tsx's layout. Is that possible?/
Answered by riský
Use route groups and put the main layout and stuff there
View full answer

3 Replies

Use route groups and put the main layout and stuff there
Answer
BengalOP
goat looks good