Repoint /banner redirect to Airtable signup form#16
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016MLgzHLgjgrz3Vz4N5Kamu
|
Warning Review limit reached
Next review available in: 37 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Code Review
This pull request updates the temporary redirect destination for the /banner path in web/next.config.mjs to point to an Airtable signup form instead of the previous Agent Relay homepage URL. The associated comments have also been updated to reflect this change. There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
|
Preview deployed!
This is a Cloudflare Workers preview version of this PR's build. |
Summary
Repoints the
/bannerredirect inweb/next.config.mjsfrom the UTM-tagged homepage URL (left over from the AI Engineer World's Fair setup) to the Airtable signup form:https://airtable.com/appc7B31aJRNN5e7C/pagbWLtcl8uDrKT8H/form?prefill_Company=recMG2qouUGyCdGJ6The redirect stays temporary (307) so
/bannercan be repointed again later without browsers caching a permanent redirect. The comment above the redirect was updated to match.🤖 Generated with Claude Code
https://claude.ai/code/session_016MLgzHLgjgrz3Vz4N5Kamu
Generated by Claude Code
Summary by cubic
Repoints the
/bannerredirect inweb/next.config.mjsto the Airtable signup form instead of the UTM-tagged homepage. Keeps the redirect temporary (307) so it can be changed later without browser caching; updated the inline comment to match.Written for commit fc8bcdb. Summary will update on new commits.