mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Personalized Favicon problem #141
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @GaspardG0001 on GitHub (Aug 5, 2024).
Current Behavior
Expected Behavior
Steps to Reproduce
To reproduce the path problem :
To reproduce the wrong display :
Panel Version
1.0.0-beta7
Wings Version
1.0.0-beta3
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
No response
Is there an existing issue for this?
@notAreYouScared commented on GitHub (Aug 5, 2024):
The front end is still compiled, therefor it will not change until the new client area is done.
Does it change on the admin Area when you change it? What folder are you putting the ico in?
@GaspardG0001 commented on GitHub (Aug 5, 2024):
I place the icon in the "public" folder at the root of the site (in my case "www/pelican/public"). The icon displays well in the admin area if I replace the "./" before the default configuration with simply "/".
For example, if my icon is named "siteicon.ico". Without changing the default exmple, it becomes "./siteicon.ico" and the image is not displayed. Replacing it with "/siteicon.ico" works.
@Boy132 commented on GitHub (Aug 5, 2024):
Yes, the default path should be
/pelican.ico, so without the..The favicon is only applied to filament pages, so only the new admin area.
@rmartinoscar commented on GitHub (Aug 6, 2024):
Fixed in https://github.com/pelican-dev/panel/pull/529