By default Sveltekit comes with adapter-auto
and it works with Vercel out of the box without any modification.
However it is recommended to install adapter-vercel
if you plan to stay on Vercel and want to use their platform specific options.
Sveltekit Docs has a detailed doc on this. You can check it out here.