I am putting images in public/images folder, and stored the image name in my table column imageURL. When I am calling books.imageURL, no images are getting displayed. Do i need to configure something else?
Thanks!
I am putting images in public/images folder, and stored the image name in my table column imageURL. When I am calling books.imageURL, no images are getting displayed. Do i need to configure something else?
Thanks!
Thanks alot for the prompt replies. I got the solution.
Was to mention the complete path in the imageURL viz., /images/pogo.png
Thanks