next.js/test/integration/next-image-new/loader-config-edge-runtime/next.config.js
next.config.js7 lines97 B
module.exports = {
  images: {
    loader: 'custom',
    loaderFile: './dummy-loader.js',
  },
}
Quest for Codev2.0.0
/
SIGN IN