Describe the bug
If you create a bob/index with a POST and bob/index.svelte --> posting will not work when deployed to Vercel.
Vercel throws error 405.
Reproduction
Deploy this repo to Vercel, and visit /bob and hit the submit button - and then the error will appear.
As long as it exists 😅, you can also try it here: https://sveltekit-p9hxntt45-jeddah.vercel.app/bob
Logs
No response
System Info
Latest version `next` of kit and vercel adapter.
Severity
serious, but I can work around it
Additional Information
I can simply work around by not enabling prerender=true on the sveltekit component.

Let me know if you need more information 😎