scottBowles / xmas2022

https://auntsusanschristmas.vercel.app/
0 stars 0 forks source link

Error page #6

Closed scottBowles closed 1 year ago

scottBowles commented 1 year ago

Add an error page to handle 404s. Might be as simple as adding a +error.svelte page to the routes/ but I really don't know. Check out the sveltekit docs, and make sure it shows up when you visit a url that we don't have a route for.

scottBowles commented 1 year ago

I added a +error.svelte page and I think that's doing the trick for this