Skip to content
This repository was archived by the owner on Aug 28, 2026. It is now read-only.
This repository was archived by the owner on Aug 28, 2026. It is now read-only.

feat(cloud-ui): add basic favicon #492

Description

@kantord

Summary

The app currently has no favicon configured, resulting in a blank tab icon in browsers.

The public/toolhive-logo.svg asset is already present in the repo and can be used directly as an SVG favicon via Next.js App Router's file-based convention — no code changes needed, just a file copy.

Implementation

Copy (or symlink) public/toolhive-logo.svg to src/app/icon.svg. Next.js picks it up automatically and serves it as the favicon.

No changes to layout.tsx or any config are required.

References

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions