Skip to content

Point /banner back to the tagged homepage URL#17

Merged
willwashburn merged 1 commit into
mainfrom
claude/banner-link-redirect-2w4c5k
Jul 5, 2026
Merged

Point /banner back to the tagged homepage URL#17
willwashburn merged 1 commit into
mainfrom
claude/banner-link-redirect-2w4c5k

Conversation

@willwashburn

@willwashburn willwashburn commented Jul 3, 2026

Copy link
Copy Markdown
Member

Summary

Voting is over, so this points the /banner redirect in web/next.config.mjs back 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-2026

This 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.

Review in cubic

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

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@coderabbitai

coderabbitai Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: abaca699-e4f4-433c-95e1-3fb35080be5d

📥 Commits

Reviewing files that changed from the base of the PR and between 5b1dbd4 and 62f0ce6.

📒 Files selected for processing (1)
  • web/next.config.mjs

📝 Walkthrough

Walkthrough

Updates the /banner redirect in nextConfig.redirects() to point to https://agentrelay.com/ with event-specific UTM query parameters, replacing the prior Airtable signup destination, and revises the accompanying inline comments.

Changes

Banner Redirect Update

Layer / File(s) Summary
Update redirect destination
web/next.config.mjs
Changes the /banner redirect target from an Airtable signup form to an absolute https://agentrelay.com/ URL with UTM query parameters, and updates surrounding comments explaining caching and absolute-URL usage.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Possibly related PRs

  • AgentWorkforce/agentrelay.com#15: Also modifies nextConfig.redirects() in web/next.config.mjs, adding a similar event-specific redirect (/qr-card) with UTM tracking parameters.

Poem

A hop, a skip, a redirect anew,
From Airtable forms to a brighter view.
UTM tags tucked in the trail,
agentrelay.com, no more stale mail.
🐰 Thump-thump, the config's set — hooray!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the main change: repointing the /banner redirect to the homepage URL.
Description check ✅ Passed The description accurately matches the redirect update and explains the absolute URL and 307 behavior.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/banner-link-redirect-2w4c5k

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Re-trigger cubic

@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Preview deployed!

Environment URL
Web https://ac24906c-agentrelay-web.agent-workforce.workers.dev

This is a Cloudflare Workers preview version of this PR's build.

@willwashburn willwashburn merged commit 9a3a3d7 into main Jul 5, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants