Next.js Discord

Discord Forum

Is it possible to remove the parent layout?

Answered
Scaly-naped Pigeon posted this in #help-forum
Open in Discord
Scaly-naped PigeonOP
app/
  product/
    [id]/
      page.tsx
    page.tsx

  store/
    page.tsx

  layout.tsx


I want to remove the layout in product/[id]/page.tsx
Is it possible?
what is the best way?
Answered by joulev
Use route groups
View full answer

5 Replies

Answer
Scaly-naped PigeonOP
this? (group)
Yup
Scaly-naped PigeonOP
ok! thanx
Isn`t there different way?
No.