Here is my site https://tubular-blancmange-e97064.netlify.app/
Here is my repo: GitHub - wal238/robotstrading
I have all my images inside my public folder. When I am running on dev all images are found on my pages. When deployed on Netlify, all the normal pages and there photos are found.
However, when I click on my website inventory and then click on the item the page is a dynamic route and all the information for the page is passed through a query. All the information loads correctly on the product page. However, the photos are not found this is the error I am getting in my console
I’ve browsed through solutions on stackoverflow and netlify but those solutions don’t seem to apply to be me. When investigating on the dynamic page I printed the images srcto the console and it showed correctly the path from the public folder to the images but for some reason on netlify it’s not being found.
Please let me know if you need any additional details.