Preserve RelayOrb card metadata per route#32
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: cbca1dd84a
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| { | ||
| route: "/", | ||
| title: "RelayOrb — Tool Control Plane for AI Agents", | ||
| ogTitle: "RelayOrb — Tool Control Plane for AI Agents", |
There was a problem hiding this comment.
Keep homepage OG title in sync
This expected value makes the new production verification step fail for /: the root page inherits openGraph.title and twitter.title from site/src/app/layout.tsx, and those are still RelayOrb - Tool Control Plane for AI Agents with a hyphen while the verifier asserts the em-dash title here. Because .github/workflows/deploy-site.yml now runs this script after every production deploy, site deployments will report failure even though the generated metadata matches the current layout values.
Useful? React with 👍 / 👎.
Summary
Testing