Commit Graph

3 Commits

Author SHA1 Message Date
92890ce259 feat: add subdomain-based site context with SSR resolution
Resolve the active site from the request Host header on the server and
expose it through a SiteContext provider so the app can vary rendering
per subdomain. Serialize the resolved site into the document shell
(data-site attribute + window.__SITE__) so client hydration matches the
server render. Add host-based Vercel rewrites mapping each subdomain to
its site root, and include unit tests for the site resolution logic.
2026-07-23 09:18:55 -04:00
ca28237d13 hopefully this solves random hanging 2026-01-07 20:53:21 -05:00
b07ebb05b7 caching and redirection changes 2025-12-30 09:20:56 -05:00