You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -71,14 +70,13 @@ Check out [configuration.json.dist](configuration.json.dist) for a complete exam
71
70
72
71
-`upload.use_filename = true` in order use the original image name
73
72
-`upload.unique_filename = false` unlikely Ghost local storage adapter which auto-dedup an existing file name, Cloudinary will return the existing image URL instead of deduping the image
74
-
-`upload.overwrite = false` goes along with previous option: returns existing image instead of overwriting it
73
+
-`upload.overwrite = false` goes along with previous option: returns existing image instead of overwriting it
75
74
-`upload.folder = "my-blog"` allows to upload all your images into a specific directory instead of Cloudinary media library root
76
75
-`upload.tags = ["blog", "photography"]` if you want to add some taxonomy to your uploaded images
77
76
-`fetch.quality = "auto"` equals `auto:good` (see [doc](https://cloudinary.com/documentation/image_transformation_reference#quality_parameter))
78
77
-`fetch.secure = false` set to true if you want to serve images over SSL (not recommended for performances)
79
78
-`fetch.cdn_subdomain = true` to really use the benefit of Cloudinary CDN
80
79
81
-
82
80
:heart: Don't forget to checkout the [plugins](plugins)!
83
81
84
82
## Development
@@ -87,11 +85,11 @@ Run `yarn install` without the `--production` flag.
87
85
88
86
Runs the tests and generate coverage:
89
87
90
-
$ yarn coverage
88
+
yarn coverage
91
89
92
90
Runs the linter:
93
91
94
-
$ yarn eslint
92
+
yarn eslint
95
93
96
94
To enable debug logs, set the following environment variable:
0 commit comments