Hi Folks,
I'm trying to build a PCF control for canvas app. I have 2 or 3 images which I would like to use which are stored in folder inside the control folder.
I'm then referring the image inside the react component as below:
<img className='test' src="../Icons/Available.svg"alt="image" />
This works fine when debugging locally using 'nom start watch'. But when I deploy the control into a canvas app, images are not loading. What am I missing here?
Thanks