@sveltejs/kit@2.67.0
Minor Changes
- feat: add
prerender.handleInvalidUrloption for invalid URLs discovered while crawling (#16088)
Patch Changes
Fetched June 23, 2026
prerender.handleInvalidUrl option for invalid URLs discovered while crawling (#16088)Fetched June 23, 2026
Removed base, assets, and resolveRoute from $app/paths, and goto now rejects when called with URLs that do not resolve to routes within the…
Svelte · SvelteKitForm action responses now use the HTTP status code returned from fail(), handleError can now influence response status codes, and external…
Svelte · SvelteKit