rsnext/examples/cms-enterspeed/next.config.js

13 lines
206 B
JavaScript
Raw Normal View History

module.exports = {
images: {
remotePatterns: [
{
protocol: "https",
hostname: "res.cloudinary.com",
port: "",
pathname: "/my-account/**",
},
],
},
};