next.js/test/integration/next-image-legacy/custom-resolver/next.config.js
next.config.js9 lines186 B
module.exports = {
  images: {
    deviceSizes: [480, 1024, 1600, 2000],
    imageSizes: [16, 32, 48, 64],
    path: 'https://globalresolver.com/myaccount/',
    loader: 'imgix',
  },
}
Quest for Codev2.0.0
/
SIGN IN