Hi,
I found in the documentation there's a way to add an image to the notifications.
https://v2.tauri.app/plugin/notification/#attachments
It says the URL property should be:
Content URL using asset:// or file:// protocol
My question is.... what should I use if I want to point to an image on my src/public/images/logo.png
Thanks