fix(web): replace marketing pricing and legal 404s with honest pages - #5639
fix(web): replace marketing pricing and legal 404s with honest pages#5639Hmbown wants to merge 1 commit into
Conversation
/en/pricing, /en/legal/terms, and /en/privacy 404'd while the app legal pages were live. Ship a dormant pricing page (no fake Buy) and the same Shannon Labs terms/privacy body, with aliases that 307 to those paths. Co-authored-by: Cursor <cursoragent@cursor.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Claude finished @Hmbown's task in 1m 37s —— View job Review: replace marketing pricing/legal 404s with honest pages
Solid, well-scoped change. The new One real issue found:
This is a minor i18n-parity nit rather than a blocker — the pages themselves 200 correctly and the redirects are correct, so I'd leave it to the author's judgment whether to fix now or as a follow-up. Nothing else stood out: no provider/model routing touched, no dead code introduced, |
|
Closing: superseded by #5647 (rescue of this PR's honest pricing/legal home), now merged. — operate captain |
Summary
/en/pricingis a real page: open-source is free, hosted Member is built but not for sale (no Buy button while production billing is dormant)./en/legal/termsand/en/legal/privacycarry the same Shannon Labs body asapp.codewhale.net/legal/*./en/privacy,/en/terms, and/en/legal307 to those paths. Footer now links Pricing / Terms / Privacy.Test plan
next dev :3456:/en/pricing200,/en/legal/terms200,/en/legal/privacy200/en/privacy→ 307/en/legal/privacy;/pricing→ 307/en/pricinggh workflow run web.yml --ref main: livehttps://codewhale.net/en/pricingis not 404Closes the marketing half of Hmbown/cwc#262.
Made with Cursor