Ignore Layout for specific Page
Answered
Cape lion posted this in #help-forum
Cape lionOP
I got a special use case where i have page inside layout and i want to ignore layout just for that specific page .is that possible to do ??
-----App
---------(User) (layout here)
---------------(Management) (layout here)
-------------------------------ProjectDetail
---------------------------------------------Features (layout i want to ignore)
---------------------------------------------feature-details/[dynamic ID ]/Page(this page want to use layout that management has and for this it should ignore feature layout
-----App
---------(User) (layout here)
---------------(Management) (layout here)
-------------------------------ProjectDetail
---------------------------------------------Features (layout i want to ignore)
---------------------------------------------feature-details/[dynamic ID ]/Page(this page want to use layout that management has and for this it should ignore feature layout
Answered by Cape lion
Okay got the solution here https://github.com/vercel/next.js/discussions/47686
1 Reply
Cape lionOP
Okay got the solution here https://github.com/vercel/next.js/discussions/47686
Answer