You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(webui): add inline SVG favicon to stop /favicon.ico 404 (#7)
The web UI pages didn't declare a <link rel="icon">, so browsers fell
back to requesting /favicon.ico at the host root, which the MCP server
doesn't serve -> 404 on every page load. Add an inline data-URI SVG
favicon (database icon matching the UI's --link color) to both the login
and the main shell templates; the browser then stops requesting
/favicon.ico entirely, no route needed.
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>