Hey all, I have local files that are not showing up on deployment. I’ve referenced several other posts, and really need help identifying where I’m going wrong. The working background image is linked via an imgur link, and not how I want to fix the problem ideally.
Here is my site: https://finney.netlify.app/
The images are located in a “photos” folder in the root of the project.
I have tried path-ing using relative routes: "<img src='photos/img.jpg'>"
as well as absolute routes: <img src="https://finney.netlify.app/photos/img.jpg">
, to no avail. I know I am missing something, but thought I would reach out as I have spent a bit too long on trying to fix this on my own.