Hello! No video or photos in production. I think the problem is with the paths or maybe I forgot something.
Link to the site: https://testsite-4jiu.onrender.com/
How can I see that the graphics are on the site, but only the one I connect like this:
<img class="img-style" src="/src/assets/graphics-element/iphone.svg">
The site doesn’t have a video background and reviews photo. I do connect it in a similar way though, but in an object.
I connect it like this:
<img class="img-review" :src="currentReview.url">
setup() {
const reviews = [
{ name: 'Josef', isActive: true, url: '/src/assets/photos/1.png', }
Server error in the console.
Failed to load the resource: the server responded with a 404 status ()
The thing is, everything works and displays on the local server.