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 @@ -35,7 +35,7 @@ yarn add netlify-plugin-cloudinary
35
35
package = " netlify-plugin-cloudinary"
36
36
37
37
[plugins .inputs ]
38
- cloudName = " [ Your Cloud Name] "
38
+ cloudName = " < Your Cloud Name> "
39
39
```
40
40
41
41
By default, your images will served via the [ fetch delivery method] ( https://cloudinary.com/documentation/fetch_remote_images ) .
@@ -74,15 +74,15 @@ Inside your Netlify config:
74
74
75
75
``` toml
76
76
[plugins .inputs ]
77
- cloudName = " [ Your Cloud Name] "
77
+ cloudName = " < Your Cloud Name> "
78
78
```
79
79
80
80
** Environment Variable**
81
81
82
82
Inside your environment variable configuration:
83
83
84
84
```
85
- CLOUDINARY_CLOUD_NAME="[ Your Cloud Name] "
85
+ CLOUDINARY_CLOUD_NAME="< Your Cloud Name> "
86
86
```
87
87
88
88
Learn how to [ set environment variables with Netlify] ( https://docs.netlify.com/configure-builds/environment-variables/ ) .
You can’t perform that action at this time.
0 commit comments