Image doesn't show after build

Hello everyone,
I’m developing a simple app that uses a background image (stored in www/img): when I launch ionic serve it shows correctly the image, but when I build it the image is missing. What’s the correct path to use the image also with the android build?

Thanks

hi Roflm,

For me, i stored images in project\src\assets\img.

I think that ‘www’ folder is the ‘web app build folder’ created by ionic serve.

hope it will be useful for u