Vercel route splitting doesn't support handling 404s #8287
Labels
bug
Something isn't working
pkg:adapter-vercel
Pertaining to the Vercel adapter
ready to implement
please submit PRs for these issues!
Milestone
Describe the problem
When using
split: true
with the vercel adapter, 404s are handled by vercel instead of+error.svelte
orerror.html
.Describe the proposed solution
Add a catchall route that uses
+error.svelte
to handle the 404 error like an app withsplit: false
wouldAlternatives considered
No response
Importance
would make my life easier
Additional Information
No response
The text was updated successfully, but these errors were encountered: