fix(web): brand favicon (q-ring neon shield)#53
Merged
Conversation
Source: web/public/assets/icon.png cropped 6% on each side and downsampled with Lanczos to 16/32/48 ICO frames so the brand mark is recognizable in browser tabs/bookmarks instead of the default dark-circle placeholder. The same favicon.ico was hand-pushed to gh-pages root for an immediate live update; this commit ensures future Next.js static exports keep it. Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
web/public/assets/icon.png.gh-pageswas hand-patched out-of-band so the brand favicon is already serving (after the ~10 min Fastly TTL); this PR keeps the source in sync so the next Next.js static export doesn't regress it.Test plan
curl https://qring.i4c.studio/favicon.ico?v=nowreturns the new 8895-byte ICO with matching md5status: builtmainkeeps/favicon.icopointing at the brand shield (no manual gh-pages patch needed going forward)Made with Cursor