smonn opened this issue 3 years ago · 1 comments
Also ensure we use the Next.js <Image /> component! Loading images and letting the CMS handle the resizing seems to be bad for performance. To avoid those issues, simply removing loader={cmsImageLoader} from <Image /> will help.
<Image />
loader={cmsImageLoader}
Fixed in #335