Using SvelteKit Endpoints in Netlify (opens in new tab)
I’ve been using Netlify recently to make a project that uses endpoints. Unlike with Vercel where you can use the endpoint to fetch the data dynamically Netlify needs to statically generate the data. There’s some SvelteKit settings that need...
Read the original article