Images in app not showing

Hello,

I am using capacitor for building my apps.
Unfortunately, my static images are not copied to or are accessible from my app.
It is working fine in the browser, but the app can not find them.
To be more precisely, I have a folder with SVG files which I want to include in my app.

Is there somewhere a guide where to put images and how to access them correctly?

Thanks and kind regards

I put them inside the public folder and they are now accessible on all devices.