next.js/examples/cms-contentful/next.config.js
next.config.js7 lines102 B
/** @type {import('next').NextConfig} */
module.exports = {
  images: {
    loader: "custom",
  },
};
Quest for Codev2.0.0
/
SIGN IN