To add the ogdrip logo to your application:
-
Place the
ogdrip_logo.webp
file in thefrontend/public/images/
directory. -
This logo will be automatically displayed in the header as configured in the layout.
-
The current configuration expects a WebP image. If you have a different format (like PNG or JPG), you can:
- Either convert your image to WebP format
- Or update the reference in
frontend/src/layouts/Layout.astro
to match your file format
For best results, the logo should be at least 50px in width with a transparent background.