Update button href to point to new endpoint#2849
Conversation
Greptile SummaryThis PR changes the "View full benchmark" button's
Confidence Score: 3/5Not safe to merge as-is — the button destination and the benchmark data source now point to different domains, and the env-var configurability is broken. A P1 finding is present: the hardcoded URL diverges from the domain used by the companion API endpoint and the documented env var default, meaning users clicking the button may see inconsistent data vs. what the table shows. The PR description is also empty, making it impossible to confirm which domain is authoritative. src/routes/(marketing)/(components)/ai-table.svelte — also review src/routes/api/arena/+server.ts and .env.example for alignment Important Files Changed
|
What does this PR do?
(Provide a description of what this PR does.)
Test Plan
(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)
Related PRs and Issues
(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)
Have you read the Contributing Guidelines on issues?
(Write your answer here.)