Pros and Cons: keep images in container or outside UI Builer folder?

Hi Guys,
Trying to figure out what is the most appropriate place to keep images and logo of app. Does it make sense to keep it inside particular container of UI builder? or rather outside the UI builder?
Probably different scenarios if hosting the UI files somewhere else (AWS for example).
What is common practice when hosting web app with Backendless?
Anything else to keep in mind, regarding deciding where to store images and logo?

Best Regards,
Uldis

Hello @Uldis_Borkus

I recommend storing images in:
ui-builder/containers/{container name}/{image folder name}
After publishing, the folder is automatically copied to the published app.

Regards