mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-07-18 01:38:03 +00:00
<!-- ccr-slack-attribution --> _Requested by **nav** · [Slack thread](https://comfy-organization.slack.com/archives/C0B61J7QCJW/p1784217313626029?thread_ts=1784217313.626029&cid=C0B61J7QCJW)_ ## Summary Redirect comfy.org/login to cloud.comfy.org/login. ## Changes - **What**: Adds a `/login` entry to the `redirects` array in `apps/website/vercel.json`, matching the existing `/blog` -> `https://blog.comfy.org` cross-origin redirect pattern. ## Review Focus - Before: `comfy.org/login` had no redirect (404/no route). - After: `comfy.org/login` returns a 302 (`permanent: false`) to `https://cloud.comfy.org/login`. - How: Astro's native redirects don't support cross-origin destinations, so this uses Vercel's `redirects` config in `apps/website/vercel.json`, consistent with the existing `/blog` entry. ## Screenshots (if applicable) N/A --- _Generated by [Claude Code](https://claude.ai/code/session_01UZGZ27NenZf5dzdvNcTFev)_ Co-authored-by: Claude <noreply@anthropic.com>