Skip to content

fix: restore NFT avatar as site favicon - #66

Merged
rz1989s merged 1 commit into
mainfrom
fix/favicon-nft-profile
Jun 9, 2026
Merged

fix: restore NFT avatar as site favicon#66
rz1989s merged 1 commit into
mainfrom
fix/favicon-nft-profile

Conversation

@rz1989s

@rz1989s rz1989s commented Jun 9, 2026

Copy link
Copy Markdown
Member

Problem

The Rails→Next.js migration left the stock Next.js favicon.ico in src/app/ — so the site tab showed the default placeholder instead of the RECTOR NFT avatar it used pre-migration.

Fix

Generated a full icon set from public/images/rector_profile_image.png (the 476×476 NFT, already the homepage avatar + OG source):

  • src/app/favicon.ico — multi-size (16/32/48), legacy + direct /favicon.ico
  • src/app/icon.png — crisp PNG for modern/retina tabs (Next auto-links it)
  • src/app/apple-icon.png — 180×180 iOS touch icon

No metadata config needed — Next.js App Router auto-detects these special files.

The Rails to Next.js migration left the default Next.js favicon.ico in place. Replace it with the RECTOR pixel-art NFT avatar (already the homepage avatar and OG image source), plus icon.png (crisp modern/retina tabs) and apple-icon.png (iOS touch icon), all generated from public/images/rector_profile_image.png.
@vercel

vercel Bot commented Jun 9, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
core Ready Ready Preview, Comment Jun 9, 2026 2:29am

@rz1989s
rz1989s merged commit 8e59ffc into main Jun 9, 2026
3 checks passed
@rz1989s
rz1989s deleted the fix/favicon-nft-profile branch June 9, 2026 02:31
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