Picture are not showing in my React app

images are not showing in my react app deployed. My app has 5 png images, non of them is showing in netlify, it worked perfectly on my local machine.
I used “vite” to run it localy
here is the link : https://timely-rugelach-c191b4.netlify.app/

Hello @Rizwan , thanks for posting.
If possible can you share the repo you are trying to deploy from. It’s possible your folder path to where the images are located is wrong.
Thanks

These are the only files in your deploy:

/index.html
/vite.svg
/assets/index.bca53423.js
/assets/index.e8fbade3.css

You can check it here: https://netlify-file-browser.netlify.app/

You need to refer your images correctly in your Vite app so that Vite will copy it to the required folder during build time.