I developed a site with sveltekit:svelte: (@sveltejs/kit": "1.0.0-next.95). The articles are written markdown so I am using mdsvex for the conent.
I deployed the site both with adapter vercel and adapter static in cloudflare pages.
Both scripts run fine and I am just trying to understand the benefits of using the severless function with vercel adapter vs running the site as a static export with the adapter static that would work anywhere (including vercel even without their adapter that has a severless function).