Error Pages
/
If any error occurs inside of a +page.ts load function, this page will be rendered. Handles 403 errors, by showing a link to the login page.
See: https://kit.svelte.dev/docs/errors
/
Uses Card.
404 error page for app routes. Other errors will be redirected to '/error' to use the root layout.
See: https://kit.svelte.dev/docs/errors