Point /banner back to the tagged homepage URL#17
Conversation
Voting is over, so the Airtable form redirect is no longer needed. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016MLgzHLgjgrz3Vz4N5Kamu
There was a problem hiding this comment.
Code Review
This pull request updates the temporary redirect for '/banner' in 'web/next.config.mjs' to point to the homepage with UTM tracking parameters for the AI Engineer World's Fair event, replacing the previous Airtable signup form. It also adds a detailed comment explaining why an absolute URL is used to prevent a 500 error under the OpenNext/Cloudflare runtime. 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.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughUpdates the ChangesBanner Redirect Update
Estimated code review effort: 1 (Trivial) | ~3 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 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 |
|
Preview deployed!
This is a Cloudflare Workers preview version of this PR's build. |
Summary
Voting is over, so this points the
/bannerredirect inweb/next.config.mjsback from the Airtable signup form (#16) to the UTM-tagged homepage URL:https://agentrelay.com/?utm_source=ai-engineer-worldfair&utm_medium=banner&utm_campaign=ai-engineer-worldfair-2026This also restores the comment explaining why the destination must be an absolute URL (a relative
/?utm_...destination 500s under the OpenNext/Cloudflare runtime). The redirect remains temporary (307) so it can be repointed again for the next event.🤖 Generated with Claude Code
https://claude.ai/code/session_016MLgzHLgjgrz3Vz4N5Kamu
Generated by Claude Code
Summary by cubic
Pointed /banner back to the UTM-tagged homepage URL to attribute QR traffic for the AI Engineer World’s Fair: https://agentrelay.com/?utm_source=ai-engineer-worldfair&utm_medium=banner&utm_campaign=ai-engineer-worldfair-2026. Left the redirect temporary (307) and used an absolute URL to avoid
OpenNext/Cloudflare 500s on relative/?utm_...paths.Written for commit 62f0ce6. Summary will update on new commits.