Skip to content

fix(docs): show Taiko logo in browser tab favicon - #10

Merged
ggonzalez94 merged 1 commit into
mainfrom
fix/favicon-taiko-logo
Apr 13, 2026
Merged

fix(docs): show Taiko logo in browser tab favicon#10
ggonzalez94 merged 1 commit into
mainfrom
fix/favicon-taiko-logo

Conversation

@ggonzalez94

Copy link
Copy Markdown
Member

Summary

  • Wire docs/public/favicon.svg into vocs.config.ts via iconUrl so browser tabs render the Taiko logo instead of the generic browser default.
  • The asset already shipped in docs/public/ but was never referenced from the config, so vocs was emitting no <link rel="icon"> pointing at it.

Test plan

  • pnpm build succeeds
  • Built docs/dist/index.html now contains <link rel="icon" href="/favicon.svg" type="image/svg+xml">
  • Load the deployed preview in a browser and confirm the tab shows the Taiko logo

🤖 Generated with Claude Code

… Taiko logo

The Taiko favicon already existed in docs/public/ but was never referenced
in vocs.config.ts, so browsers fell back to the default icon. Setting
iconUrl points vocs at the existing asset.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown

@ggonzalez94
ggonzalez94 merged commit ddbdc95 into main Apr 13, 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.

1 participant