// SPA build: no server-side rendering. Caddy serves the static bundle // in prod; SvelteKit handles routing entirely client-side. export const ssr = false; export const prerender = false; export const trailingSlash = 'never';