Describe the bug
I’m building a site, using sveltekit and plan to have a home page (via index.svelte) route with no layout. However, all other pages will have a common layout, so I plan to define __layout.svelte in routes directory. How do I reset the layout for index.svelte. I tried to define a directory ‘index’ with index.svelte and __layout.reset.svelte files within, but that does not work. Please advise a solution.
Reproduction
Yes
Logs
System Info
Severity
blocking all usage of SvelteKit
Additional Information
Need a solutiuon
Describe the bug
I’m building a site, using sveltekit and plan to have a home page (via index.svelte) route with no layout. However, all other pages will have a common layout, so I plan to define __layout.svelte in routes directory. How do I reset the layout for index.svelte. I tried to define a directory ‘index’ with index.svelte and __layout.reset.svelte files within, but that does not work. Please advise a solution.
Reproduction
Yes
Logs
System Info
Severity
blocking all usage of SvelteKit
Additional Information
Need a solutiuon