deptagency/algomart

Remove cmsImageLoader to improve image loading

smonn opened this issue · 1 comments

smonn commented

Overview

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.

smonn commented

Fixed in #335