Dynamically setting an image source

I’m guessing it’s the different in terms of URL for dev environment. Can you show a pic comparing the url of a working and not working img?

hi,

<img src="/93c4f490f073dbc3942fd7288d10ab97.svg> // this is

< img src="./…/…/…/…/…/static/images/dummy-pic2.svg">
// this is < img src="./…/…/…/…/…/static/images/dummy-pic2.svg"> // hard coded one

< img src="/93c4f490f073dbc3942fd7288d10ab97.svg > // this is < img src="${imgSRC}">
please have a look