With offspot-config 2.2.0, branding folder is mounted onto metrics image at /src/ui/branding (and /src/ui/offspot.branding).
Imager created builds all contain the following files:
horizontal-logo-light.png
square-logo-light.png
In order to use them, you should:
- move
frontend/public/Kiwix-logo.png into frontend/public/branding/square-logo-light.png
- use
./branding/square-logo-light.png instead of ./Kiwix-logo.png in your vues
- make sure logo is constrained into a reasonably-sized square as there is no check on this
width: 1em;
height: 1em;
object-fit: scale-down;
With offspot-config 2.2.0, branding folder is mounted onto metrics image at
/src/ui/branding(and/src/ui/offspot.branding).Imager created builds all contain the following files:
horizontal-logo-light.pngsquare-logo-light.pngIn order to use them, you should:
frontend/public/Kiwix-logo.pngintofrontend/public/branding/square-logo-light.png./branding/square-logo-light.pnginstead of./Kiwix-logo.pngin your vues