Skip to content

Add multi-size favicons for docs site and Blazor UI#447

Merged
rockfordlhotka merged 1 commit into
mainfrom
favicon-multisize
May 23, 2026
Merged

Add multi-size favicons for docs site and Blazor UI#447
rockfordlhotka merged 1 commit into
mainfrom
favicon-multisize

Conversation

@rockfordlhotka
Copy link
Copy Markdown
Member

Summary

  • Adds 16/32/48/64/128/256 ICO variants in docs/assets/images/ (rockbot.dev) and src/RockBot.UserProxy.Blazor/wwwroot/ so browsers can pick the appropriate size
  • Overwrites the default favicon.ico in both locations with the 256 version so direct /favicon.ico requests also serve the new icon
  • Wires multi-size <link rel="icon" sizes="..."> tags via docs/_includes/head_custom.html (just-the-docs theme extension point) and src/RockBot.UserProxy.Blazor/Components/App.razor

Test plan

  • Visit https://rockbot.dev after Pages deploys and confirm the new favicon renders in the browser tab
  • DevTools → Network: confirm a sized rockbot-*.ico is fetched (not just the default)
  • Run the Blazor UI and confirm the favicon updates in the tab
  • Pin the Blazor tab and confirm a higher-res variant is picked

🤖 Generated with Claude Code

Provides 16/32/48/64/128/256 ICO variants so browsers can pick the best
size. Default favicon.ico in both locations is now the 256 version so
direct /favicon.ico requests also serve the new icon.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@rockfordlhotka rockfordlhotka merged commit 2a0fcb4 into main May 23, 2026
2 checks passed
@rockfordlhotka rockfordlhotka deleted the favicon-multisize branch May 23, 2026 22:00
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