Skip to content

drop stale 'requests routed' counter from index.astro#20

Merged
TeoSlayer merged 1 commit into
mainfrom
fix/drop-stale-requests-counter
Jun 7, 2026
Merged

drop stale 'requests routed' counter from index.astro#20
TeoSlayer merged 1 commit into
mainfrom
fix/drop-stale-requests-counter

Conversation

@TeoSlayer
Copy link
Copy Markdown
Contributor

Follow-up to #19. Removes the static '5B+ requests' strings on the homepage — never updated dynamically since /api/public-stats doesn't expose total_requests.

#19 migrated this page to /api/public-stats which doesn't expose the
lifetime total_requests counter; the static fallback ('5B+') was
rendered at build time and never updated, leaving a fixed string
that didn't match anything live.

Two removals:
  - hero meta strip: 'X agents · 5B+ requests' → 'X agents'
  - stats block:     '5B+ Requests routed' tile removed

No other call sites — fmtRequests + the JS .requests assignment were
already removed in #19.
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 7, 2026

🚀 Preview deployed to Cloudflare Pages

  • Commit deploy URL: https://c4f0509a.pilotprotocol.pages.dev
  • Branch alias: https://fix/drop-stale-requests-counter.pilotprotocol.pages.dev (may take ~30s to propagate)
  • Commit: df9e4b034bc935f63dbad04821baccc0468cd0fb

@TeoSlayer TeoSlayer merged commit 8d9b8b0 into main Jun 7, 2026
2 checks passed
@TeoSlayer TeoSlayer deleted the fix/drop-stale-requests-counter branch June 7, 2026 13:33
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