feat(brand): PerkOS logo in the header and a favicon - #43
Merged
Conversation
The site had neither. The header drew a small gradient dot next to the name, and /favicon.ico, /icon.png and /apple-touch-icon.png all 404'd, so the browser tab showed a blank page icon. - SiteNav uses the PerkOS wordmark with 'Knowledge' beside it. - app/favicon.ico (16/32/48), app/icon.png (512) and app/apple-icon.png (180), from the brand icon, picked up by the App Router conventions. Verified against a local production server: /favicon.ico serves image/x-icon and /icon.png serves image/png.
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.
Why
The site carried no brand at all. The header drew a 13px gradient dot next to the name instead of the PerkOS logo, and
/favicon.ico,/icon.pngand/apple-touch-icon.pngall returned 404, so the browser tab showed the blank-page icon.What changed
SiteNav: the PerkOS wordmark (perkos-header.png, the same asset the mini-app uses) with "Knowledge" beside it. The.orbrule stays for the other places that use it.app/favicon.ico(16/32/48),app/icon.png(512) andapp/apple-icon.png(180), generated from the brand icon and picked up automatically by the App Router metadata file conventions.Verification
Built and served with the production server:
/favicon.ico→200 image/x-icon/icon.png→200 image/png/robots.txt→ serves the rules from the SEO PRBuild output lists
○ /apple-icon.pngand○ /icon.pngas static routes.