Configure Nuxt Cloudinary easily with the cloudinary property.
nuxt.configexport default {
  // Defaults options
  cloudinary: {
    cloudName: 'fesfese4324',
  }
}
 - Default: 
process.env.CLOUDINARY_CLOUD_NAME 
Your unique Cloudinary Cloud Name. You can find it in the Cloudinary dashboard.