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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
206 B
JavaScript
Raw Normal View History

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