Building Static Sites with SvelteKit
With @sveltejs/adapter-static and `export const prerender = true`, SvelteKit renders every route to HTML at build time. You can host the output folder on any static host, such as GitHub Pages, Netlify, or Cloudflare Pages.