actually i saw why, the uploads folder was in .gitignore so the images never made it to the server. But i do wonder if we store the images in aws s3, how would this line need to be changes in order to get the images from the new s3 location
const imageUrl = getStrapiMedia(
article.attributes.cover.data?.attributes.url
)