File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ Inside your Netlify config:
80
80
81
81
[plugins .inputs ]
82
82
cloudName = " [Your Cloudinary Cloud Name]"
83
- deliveryMethod = " upload"
83
+ deliveryType = " upload"
84
84
uploadPreset = " [Your Cloudinary Upload Preset]"
85
85
```
86
86
@@ -98,7 +98,7 @@ Inside your Netlify config:
98
98
99
99
[plugins .inputs ]
100
100
cloudName = " [Your Cloudinary Cloud Name]"
101
- deliveryMethod = " upload"
101
+ deliveryType = " upload"
102
102
```
103
103
104
104
Inside your environment variable configuration:
@@ -108,4 +108,4 @@ CLOUDINARY_API_KEY="[Your Cloudinary API Key]"
108
108
CLOUDINARY_API_SECRET="[Your Cloudinary API Secret]"
109
109
```
110
110
111
- Learn more about [ signed uploads] ( https://cloudinary.com/documentation/upload_images#uploading_assets_to_the_cloud ) .
111
+ Learn more about [ signed uploads] ( https://cloudinary.com/documentation/upload_images#uploading_assets_to_the_cloud ) .
You can’t perform that action at this time.
0 commit comments