Skip to content

chore: add favicon (closes audit #20)#46

Merged
MorganOnCode merged 1 commit into
masterfrom
chore/favicon
May 15, 2026
Merged

chore: add favicon (closes audit #20)#46
MorganOnCode merged 1 commit into
masterfrom
chore/favicon

Conversation

@MorganOnCode
Copy link
Copy Markdown
Owner

Final LOW-tier audit item. Quiets the /favicon.ico 404 noise.

  • `landing/favicon.svg` — 32×32, cardano-blue square with white ADA glyph
  • `<link rel="icon" type="image/svg+xml" href="/favicon.svg">` in landing head (modern browsers, served by static plugin)
  • `GET /favicon.ico` route in agent-discovery.ts serves the same SVG with `image/svg+xml` content type — kills the 404 from legacy browsers + dumb crawlers that probe it unconditionally

2 new tests; full suite 34 files / 459 passing.

🤖 Generated with Claude Code

Adds an SVG favicon and serves /favicon.ico for legacy probes. Quiets
the steady stream of /favicon.ico 404s in production logs.

- landing/favicon.svg: 32x32 cardano-blue square with white ADA glyph
- <link rel="icon" type="image/svg+xml"> in landing/index.html head;
  modern browsers use this directly via the static plugin
- /favicon.ico route in agent-discovery.ts serves the same SVG with
  image/svg+xml content type. Browsers that fall back from <link>
  and crawlers that blindly probe /favicon.ico both get a 200 instead
  of the 404 that's been polluting logs
- 2 new tests cover the route + content type

Full suite: 34 files / 459 tests pass.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@MorganOnCode MorganOnCode merged commit 512f26a into master May 15, 2026
5 checks passed
@MorganOnCode MorganOnCode deleted the chore/favicon branch May 15, 2026 10:56
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.

1 participant