If I have a main layout "+layout.svelte" at /routes and then try to reset the layout at /routes/auth/login It is not working.
- If the name is "+layout.svelte" the layout is embedding inside the main layout.
- If the name is "[email protected]" it's not working.
- If the name is "+layout.reset.svelte" its: Error: Files prefixed with + are reserved.
Because the default configuration of svelte/kit is vite. I think they changed it, but I don't know how to do it.
Only thing I can find in the docs about resetting layouts.
At: kit.svelte.dev/docs/advanced-routing#advanced-layouts-layout