Skip to content

feat(brand): PerkOS logo in the header and a favicon - #43

Merged
JulioMCruz merged 1 commit into
mainfrom
feat/brand-logo-favicon
Aug 5, 2026
Merged

feat(brand): PerkOS logo in the header and a favicon#43
JulioMCruz merged 1 commit into
mainfrom
feat/brand-logo-favicon

Conversation

@JulioMCruz

Copy link
Copy Markdown
Contributor

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.png and /apple-touch-icon.png all 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 .orb rule stays for the other places that use it.
  • Icons: app/favicon.ico (16/32/48), app/icon.png (512) and app/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.ico200 image/x-icon
  • /icon.png200 image/png
  • /robots.txt → serves the rules from the SEO PR
  • Header screenshot confirms the wordmark renders

Build output lists ○ /apple-icon.png and ○ /icon.png as static routes.

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.
@JulioMCruz
JulioMCruz merged commit d0d2b15 into main Aug 5, 2026
1 check passed
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