According to the new routing system you can now group routes and have specific layout files in each group. These files inherit for their parent layout files. You can omit this, by using layout@.svelte
.
However in want to omit the root layout file at src/routes/layout.svelte
. Is there a way to do that?
(Here is the guide: https://kit.svelte.dev/docs/advanced-routing#advanced-layouts)