docs(site): add favicon / app icon (was 404) #81
Reference in New Issue
Block a user
Delete Branch "docs/add-favicon"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The docs site served no favicon —
/favicon.ico,/icon.svg,/icon.pngall 404'd, so browser tabs/bookmarks showed a blank icon.Added
app/icon.svg(Next.js app-router convention → auto-generates the favicon +<link rel=icon>) using the same theme-aware molecule mark thatmoleculesai.appalready serves as its favicon (molecule-icon.svg), so the docs tab icon matches the marketing site. Added a 180pxapp/apple-icon.pngtoo.Not a new brand decision — it matches the existing marketing-site favicon and will follow if/when the marks are unified. Build green;
/icon.svg+/apple-icon.pngroutes +<link>tags emitted.Favicon added (matches marketing-site mark); build green, routes emitted. LGTM.