Hi,
I have a component that has a couple of images. These images are not customizable and are always the same. Where should I place these images?
Should I place it in the component folder's clientlibs directory (e.g. /apps/example/components/my-component/clientlibs) or should I place them in another folder? My concern about placing it in the clientlibs folder next to the app, is that folder is not permitted to be read by anonymous user on the publish instance.
Also how can I reference the images in my JSP file?
<img src="...">
Thanks in advance.