Reputation: 115
SvelteKit gives me a 404 when I try to navigate to my nested route. My folder structure:
/routes/
/+layout.svelte
/+page.svelte
/about/
/+page.svelte
/work/
/+page.svelte
/item1/
/+page.svelte
In my browser I can navigate to /work, but navigating to /work/item1 throws a 404 error. What could be the reason?
Upvotes: 2
Views: 679