Skip to content

Fix malformed favicon.ico (32x27 non-square) - #142

Open
abderrahim-lectures wants to merge 1 commit into
mainfrom
fix-favicon-aspect-ratio
Open

Fix malformed favicon.ico (32x27 non-square)#142
abderrahim-lectures wants to merge 1 commit into
mainfrom
fix-favicon-aspect-ratio

Conversation

@abderrahim-lectures

Copy link
Copy Markdown
Owner

Summary

  • static/img/favicon.ico was a single-frame 32x27 image — non-square, likely rendering squished/cropped in browser tabs
  • Regenerated as a proper multi-resolution ICO (16/32/48/64, all square) from the same logo.svg source already used for the PWA icons

Closes #141

Test plan

  • npm run build succeeds
  • file static/img/favicon.ico confirms 4 square icon sizes (16x16, 32x32, 48x48, 64x64)

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.

Fix malformed favicon.ico (32x27 non-square)

1 participant