next.js/examples/cms-webiny/next.config.js
next.config.js12 lines176 B
module.exports = {
  images: {
    remotePatterns: [
      {
        protocol: "https",
        hostname: "myaccount.cloudfront.net",
        port: "",
      },
    ],
  },
};
Quest for Codev2.0.0
/
SIGN IN