Hello, I am trying to deploy the AirBnB app on Netlify, but the images won’t load. Having the same issue with the logo in Meme Generator, although the fetched images work…
Stack: Vite + React
Github: GitHub - danielfreire-dev/AirBnb-Mockup
Netlify: https://bnbmockup-bydainelli.netlify.app/
Thanks in advance 
This issue has been solved, but I can’t figure out out how to mark it as such 
1 Like
If your images aren’t showing up after deploying on Netlify, it’s usually related to file paths or caching issues. Make sure your image paths are relative and correctly point to the public or assets folder. Sometimes Netlify’s build process might change folder structures, so double-check that all images are included in the deploy folder. Another thing to check is whether your images are being blocked by CORS or permissions. For those looking to understand more about building apps and managing assets, this guide on how to start a business like airbnb can be really helpful, as it also touches on handling media and resources efficiently.