File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ and other resources using the [Astro Collections](https://docs.astro.build/en/re
18
18
19
19
## Basic Usage
20
20
21
- ` cldAssetsLoader ` allows you to sepecify exactly which assets you'd like to
21
+ ` cldAssetsLoader ` allows you to specify exactly which assets you'd like to
22
22
query and store in an Astro Collection, including a folder and how many
23
23
assets in total you would like to request.
24
24
Original file line number Diff line number Diff line change @@ -96,6 +96,9 @@ Learn how to add one of the Astro Cloudinary components:
96
96
* [ CldImage] ( /cldimage/basic-usage ) : Optimize Cloudinary images with ready-to-use transformations
97
97
* [ CldUploadWidget] ( /clduploadwidget/basic-usage ) : Cloudinary Upload Widget with a customizable UI
98
98
* [ CldVideoPlayer] ( /cldvideoplayer/basic-usage ) : Deliver Cloudinary video assets with a customizable player
99
+
100
+ Or use a loader to source images and videos into Astro:
101
+
99
102
* [ cldAssetsLoader] ( /cldassetsloader/basic-usage ) : Load Cloudinary images and videos into Astro's Content Layer
100
103
101
104
{ /* * [CldOgImage](/cldogimage/basic-usage): Easy-to-use OG Image and Social Media Cards */ }
You can’t perform that action at this time.
0 commit comments