Currently, one of my usage is:
<Image
src={contentfulImage}
loader={contentfulLoader}
width={200}
height={200}
/>
with all the rest of the image-related config left in default.
Yet, on my site, I can see the image size is 640px, i.e. the smallest deviceSize. I thought it should be 200px instead, and deviceSizes will only take effect when sizes is specify?
Which part goes wrong?