This is a starter kit for a Svelte 5 SPA on Cloudflare Pages.
For when you want to keep it simple and not have to deal with server-side rendering, ever multiplying page views, and all the other stuff that comes with it.
Root layout:
./src/routes/+layout.ts
export const ssr = false;