I checked your source code and I have had similar issues. You can try changing the way you added the images where you do something like this <img src="Assets/Checkmark.svg" alt="checkmark"> instead of <img src="../Assets/Checkmark.svg" alt="checkmark"> The first one will work locally and on deployment. If it works, you might try writing it down so it's easier to get next time. I am looking forward to seeing the site once the images show. Cheers.

Join Our Discord Channel
Chat and discuss solutions with a growing community of developers.