why the image cannot see in react app i can see the code is working well but i cant see the photos on web page here my code [closed]

why the image cannot see in react app
i can see the code is working well but i cant see the photos on web page
here my code

<img src={process.env.PUBLIC_URL + `../img/home${index + 1}.jpg`} />

enter image description here