mirror of
https://github.com/jakejarvis/sofa.git
synced 2026-07-14 18:15:56 -04:00
- Add `head()` with document titles to dashboard, explore, settings, setup, login, register, and person detail routes - Return `personName` from the person detail loader so the title can be set server-side instead of after data loads - Add `staleTime` to all loader routes (30s for dashboard/settings, 60s for explore/titles/people) - Move the "redirect if already authenticated" `beforeLoad` guard from individual login/register routes into the shared `_auth` layout so it runs once for all unauthenticated routes - Add a Cloud deploy section to the README with a one-click Railway button