Special thanks to @elianiva for this good job!
Adapter for Svelte apps that creates a Vercel app, using a function for dynamic server rendering.
npm install --save-dev not-adapter-vercel
Then in your svelte.config.js
:
module.exports = {
...
adapter: 'not-adapter-vercel'
};
.vercel_build_output/