// Disable SSR for static adapter — all rendering happens client-side. // Prerender only the SPA shell; dynamic routes use the fallback index.html. export const ssr = false; export const prerender = false;