ExamplesOn this pageExamplesSet the deviceSizesnext.config.jsmodule.exports = withExportImages({ images: { deviceSizes: [640, 960, 1280, 1600, 1920], },})Set the placeholder<Image src="/img.png" width={1280} height={640} alt="" placeholder="blur" />