hello dear developers,
i'm using ant design app template as frontent and a graphql api serving as backend, i have reached a situation where i would like to fetch list of posts, everything is working fine on the backend, the API returns the posts along with their images path.
To understand more , images path are save on database, and the images itself are stored in local folder.
Now, i dont know how to load those images with paths i have retrieved when i fetched the posts.
i have tried google, but no similar situation, i've found an issue on gethub but it was talking about displaying a single image by using import image from folder and then put it inside img tag
and that is not my case.
i know there is an alternative way which is to deploy my backend on a web server and then get direct like to the stored images but thats not ideal for me.
ps: " im a newbie"
Thank you all,