You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add custom 404 page and redirect /pricing, /subscribe
Google Search Console flagged 404s on compute.regen.network.
The server had no catch-all handler, so unknown paths returned
Express's bare "Cannot GET" response. This adds:
- 301 redirect /pricing → /#pricing (common guess)
- 301 redirect GET /subscribe → /#pricing (POST-only route)
- Branded 404 page matching the site's visual style
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments