Skip to content

Commit 07ef726

Browse files
Update cloudinary.md (#6489)
Typo in documentation which caused 'e is not iterable' while uploading images. Co-authored-by: Martin Jagodic <jagodicmartin1@gmail.com>
1 parent abd4e29 commit 07ef726

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

website/content/docs/cloudinary.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,11 @@ fields: # The fields each document in this collection have
102102
media_library:
103103
config:
104104
default_transformations:
105-
- fetch_format: auto
106-
width: 300
107-
quality: auto
108-
crop: fill
109-
effect: grayscale
105+
- - fetch_format: auto
106+
width: 300
107+
quality: auto
108+
crop: fill
109+
effect: grayscale
110110
```
111111

112112
## Inserting Cloudinary URL in page templates

0 commit comments

Comments
 (0)