Nested layouts
Is there a way to opt out of nested layouts for a certain child route in solid-start?
1 Reply
you can use route groups to apply layouts to some but not all files in a certain route without changing the url:
where
subroute1
does not have the layout and subroute2
does