Skip to content

Instantly share code, notes, and snippets.

@seanmodd
Created August 19, 2021 19:02
Show Gist options
  • Save seanmodd/abd3ccdf7f6430ac3bd3b760f224167a to your computer and use it in GitHub Desktop.
Save seanmodd/abd3ccdf7f6430ac3bd3b760f224167a to your computer and use it in GitHub Desktop.
next.config.json file for Cloudinary
module.exports = {
images: {
domains: ['res.cloudinary.com'],
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment