Vuepress deployment no images

Yea I know the message in the browser console, but I don’t know why this happens.
This is my dist folder after I build it locally and all images are in the images folder:
Screenshot 2020-03-10 at 18.53.49

On images I use :src="$withBase('/images/image-name.jpg') it’s strange because when I run netlify dev everything works as it should with all the images showing.

I have to specify that I Eject the theme: Default Theme Config | VuePress

Thanks for the fast response.