Where do I put images that will work when the app is offline?

I am using f7 with react to make a web app and Cordova app. I have not been able to figure out where to put image files that will be usable online by the webapp and online/ offline by Cordova. Any ideas would be appreciated.

Put in folder /src/static/images

1 Like

This sort of worked but does not work for images in CSS for background images. I ended up using an absolute positioned image tag to do what I wanted.