SvelteKit layouts
+layout.svelte wraps every child page and stays mounted on navigation. Build a nested account layout with load data, then a route group so login skips the shop nav.
#routing
+layout.svelte wraps every child page and stays mounted on navigation. Build a nested account layout with load data, then a route group so login skips the shop nav.
How SvelteKit maps folders to URLs. Build static pages, a layout, a [slug] product page, a catch-all help section, and a JSON endpoint.