PNG image not loading on site

Page: https://dev.react-native-application.pages.dev/

Hi, I'm running into an issue where in my cloudflare pages, one png image is not loading up. That PNG image shows it was uploaded in the build and has a size of 5.44kb. Not sure why the other PNG images are loading, but this one isn't. I saw that we can disable rocket-launch but I don't believe that's in pages.

This is the code I'm using

      <div className="hero-image">
        <div>
          <div className="tech-icon">
            <a href="https://www.ansible.com/" target="_blank" rel="noreferrer">
              <img
                src="./assets/images/ansible_logo.png"
                alt="Red Hat Ansible Logo"
              />
            </a>
          </div>
          <img src="./assets/images/profile.png" alt="hero" />
        </div>
Web site created using create-react-app
Was this page helpful?