My images are stored in public/images/my-image.jpg
Is there a problem with that?
My app is deployed to netlify from it's gihub repo. But the deploys fail with an error saying :
[vite]: Rollup failed to resolve import "images/enveloppe.jpg" from "pages/contact.vue".
10:30:41 PM: This is most likely unintended because it can break your application at runtime.
It works fine locally, but won't deploy to netlify.
Any idea?
thanks!
eric