I'm doing a PWA in Vuejs and I take it from a SPA I did before, but it's already built, it does not show the images.
The images I showed with this code, what it does is take the ID of an API of some characters.
<p><router-link :to="'/place/${person.newPlaceId}'"><img class="cha" :src="'./images/' + person.id + '.jpg'" /></router-link></p>
This happens when it is in http://localhost:5000/#/people
Why do not you upload my images?
The images of the css that are in the same folder if you load