I can't list images because it appears URL not on allowlist

I recently deployed my personal portfolio, but I can’t list the images of my project that are located in the “assets” folder:

src={`${url}/assets/${item.name}.png`}

When I inspect the element the following error appears:

URL not on allowlist: https://main--portfoliorezende.netlify.app/assets/ImersaoDev_Alura.png

Link do projeto: Website | Rezende (main–portfoliorezende.netlify.app)

I assume the error has been resolved? I don’t see any issues right now.