Please help, I'm retarded. I want to use custom CSS to change the Jellyfin logo to something else. At the moment I'm using the below:
.pageTitleWithDefaultLogo {background-image: url(https://imagehost.com/logo.png);}
...which works, but I want to host the image file locally instead of having it reach out to an image host. I'm using the Linuxserver docker image, so a copy of logo.png is in /config - the problem is, however I phrase it in the above CSS fragment, I simply cannot get Jellyfin to 'see' /config/logo.png. How do I do this.