Skip to content

Commit 920df9c

Browse files
authored
Update README.md
1 parent 8c39525 commit 920df9c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,18 @@ CLOUDINARY_API_SECRET="[Your Cloudinary API Secret]"
121121
```
122122

123123
Learn more about [signed uploads](https://cloudinary.com/documentation/upload_images#uploading_assets_to_the_cloud).
124+
125+
### Customizing where your images are served from
126+
127+
By default, the plugin will attempt to serve any thing served from /images as Cloudinary paths. This can be customized by passing in the `imagesPath` input.
128+
129+
Inside your Netlify config:
130+
131+
```toml
132+
[[plugins]]
133+
package = "netlify-plugin-cloudinary"
134+
135+
[plugins.inputs]
136+
cloudName = "[Your Cloudinary Cloud Name]"
137+
imagesPath = "/my-path"
138+
```

0 commit comments

Comments
 (0)