Images do not exist even though they're in the folder
I’m creating a React app with Vite and my images are stored in the public folder of my app and are accessed with public/image-name or .public/image-name. When I run the code locally all of them display but when I build and try to deploy the page on GitHub or see the preview with npm run… Read More Images do not exist even though they're in the folder