mirror of
https://github.com/openclaw/clawhub.git
synced 2026-08-15 17:32:22 +00:00
* fix: make /search mode-aware Notes:\n- Medium: /search now depends on getSiteMode() during beforeLoad. On server-side routing, if VITE_SITE_MODE isn’t set and VITE_SOULHUB_SITE_URL is set (as in .env.local), getSiteMode() will resolve to souls and redirect /search to / even on the ClawdHub deployment. This is a regression risk vs the old always-/skills redirect. Confirm deployment envs guarantee correct mode. src/routes/search.tsx:9-31 * fix: make /search host-aware in SSR * chore: fix lint and route tree for /search route --------- Co-authored-by: Sash Zats <sash@zats.io>