// Static SPA: nothing here is ever server-rendered or prerendered. Caddy serves the // build output as files and falls back to index.html for unknown paths (see // vite.config.ts's adapter-static config, `fallback: 'index.html'`). export const ssr = false; export const prerender = false;