Lesson

Installing and Configuring the Strapi Cloudinary Provider

To be able to render images in our markdown files, we are going to use Cloudinarly's provider on Strapi. In the Marketplace in our app on Strapi, we can copy the install command and use it in our app. `npm install @strapi/provider-upload-cloudinary`. In our `config` folder, we will create a new `plugins.js` file and past in some code. (You'll be able to snag that from the github link below). We'll also setup our `env` folder for our cloudinary variables.

Duration
3 min
Access
Included
Transcript
Needs source