Nextjs Image component not reflecting dynamic image src. #63396
Unanswered
pycraft114
asked this question in
App Router
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
<Image
src={imageSrc}
alt="my-page-display-image"
style={{
borderRadius: "6px",
objectFit: "cover",
}}
fill={true}
/>
Image Component which takes dynamic ImageSrc is not reflecting changed src image on production mode.
Beta Was this translation helpful? Give feedback.
All reactions