My images are not showing on the website, how to fix the problem

@NellyCN You’re using Vite, and experiencing an entirely different issue.

If you run your npm run build locally you will see exactly what is happening, which is that your images aren’t ending up in your dist folder, and thus aren’t getting deployed by Netlify.

As to why it’s happening, please see my answer here: