Django Rest Framework Api and seperate html css frontend [closed]

I make a django project where i made a model of product. i send this data through api in json form. In seprate html css js page i fetch the api and show all my data product. but i could not find the image solution to solve this issue. because url is passed by json but issue is that how we gave the path by frontennd where that image exists.

i want to show that image on frontend that is placed at different place fron django project.
what would be best approach or refer me some articles related to it.