Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(web): no icon with firefox #5679

Merged
merged 2 commits into from
Dec 13, 2023
Merged

fix(web): no icon with firefox #5679

merged 2 commits into from
Dec 13, 2023

Conversation

martabal
Copy link
Member

@martabal martabal commented Dec 13, 2023

Changes made in this PR

This PR fixes the missing favicon for the bookmark on firefox by adding the favicon mention in the plain page source. Moved the favicon assets to the static folder.

Created the favicon.ico with convert -resize x16 -gravity center -crop 16x16+0+0 favicon.png -flatten -colors 256 -background transparent favicon.ico

Fixes #5676

Copy link

cloudflare-workers-and-pages bot commented Dec 13, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 6c48fc5
Status: ✅  Deploy successful!
Preview URL: https://a18e745a.immich.pages.dev
Branch Preview URL: https://fix-icon.immich.pages.dev

View logs

@jrasm91 jrasm91 merged commit 523d010 into main Dec 13, 2023
19 checks passed
@jrasm91 jrasm91 deleted the fix/icon branch December 13, 2023 16:04
JW-CH pushed a commit to JW-CH/immich that referenced this pull request Dec 13, 2023
* fix: no icon with firefox

* remove FaviconHeader.svelte
jonhnet pushed a commit to jonhnet/immich that referenced this pull request Dec 15, 2023
* fix: no icon with firefox

* remove FaviconHeader.svelte
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.

[BUG] Favicon for Firefox bookmark does not work
2 participants