web/src/routes/+layout.ts
Ref: Size: 195 B History
// Pure client-side SPA: the Go server serves index.html for all routes and the // app fetches the API at runtime. No SSR, no prerender. export const ssr = false; export const prerender = false;
Ref: Size: 195 B History
// Pure client-side SPA: the Go server serves index.html for all routes and the // app fetches the API at runtime. No SSR, no prerender. export const ssr = false; export const prerender = false;