I get an error when I display the images in timeline which it comes from my cloudinary on the format "https://res.cloudinary.........."
That does not display using this code
timeline.pug
each post in posts
.main-card.col-md-6.col-lg-4
.right-content
.card-container
.card.left-card
.product-img
img.c-image(src= `${post.imageCover}` alt=`${post.name}`)