Image component caching image unless there is a page refresh. This does not happen with a normal <img /> tag.
Steps to reproduce the behavior, please provide code snippets or a repository:
components/cover-image.js<img /> for <Image /> from next/imagesrc={url} to src={https:${url}} due to #18536 yarn devClick on an article from More Stories
next.config.jsmodule.exports = {
images: {
domains: ['images.ctfassets.net'],
},
}
Image from the new story should be the cover photo

Thanks for reporting! I believe we're already tracking this but it doesn't hurt to have again.
@Timer, I couldn't find an open issue when I was searching, but maybe I just didn't search the right keywords.
Closing since I found the duplicate above, thanks!