fix(careers): remove /careers redirect so the in-app page is reachable#5320
Conversation
A pre-existing permanent redirect /careers -> jobs.ashbyhq.com/sim shadowed the new first-party careers page (#5316), sending visitors straight to the Ashby board. Drop it so /careers serves the in-app page (which itself pulls the Ashby roles).
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
PR SummaryLow Risk Overview The change deletes the Note for QA: Because the old rule was a 301, browsers may cache the external redirect until cache is cleared or a hard refresh is used. Reviewed by Cursor Bugbot for commit 10a04c0. Configure here. |
Greptile SummaryThis PR makes the in-app careers page reachable again.
Confidence Score: 5/5This looks safe to merge.
Important Files Changed
Reviews (1): Last reviewed commit: "fix(careers): remove /careers redirect s..." | Re-trigger Greptile |
Summary
/careers → https://jobs.ashbyhq.com/siminnext.config.tsshadowed the new first-party careers page shipped in feat(careers): careers page backed by the Ashby job board #5316 — visitors hitting/careerswere sent straight to the Ashby board and never saw the in-app page./careersnow serves the in-app careers page (which itself pulls roles from the Ashby job board).Type of Change
Testing
Verified on the deployed site that
/careers301-redirected tojobs.ashbyhq.com/sim(<title>Sim Jobs</title>) instead of rendering the in-app page; removing the rule resolves it. Biome clean.Checklist