Is there a way to persist a layout for a given set of routes?
September 26, 2018 at 11:04amThe Next.js community has a new home. This thread is preserved for historical purposes. The content of this conversation may be innaccurrate or out of date. Go to new community home →
Is there a way to persist a layout for a given set of routes?
September 26, 2018 at 11:04amI see that you can modify _app.js to persist a layout between pages. But lets say I have a /home, /about, and /login page that I don't want a persisted layout. But then I have /dashboard /dashboard/clients /dashboard/statistics where I want a dashboard layout to persist. Is there a way to achieve this? Thanks :)
September 26, 2018 at 11:15am