Skip to content

Commit 8db8612

Browse files
authored
Merge pull request #190 from nuxt-modules/chore/2.6.0
Chore/2.6.0
2 parents 5dbf33a + 0075bf4 commit 8db8612

File tree

9 files changed

+385
-1677
lines changed

9 files changed

+385
-1677
lines changed

.stackblitz/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"nuxt": "^3.8.0"
1212
},
1313
"dependencies": {
14-
"@nuxtjs/cloudinary": "^2.5.2"
14+
"@nuxtjs/cloudinary": "^2.6.0"
1515
}
1616
}

.stackblitz/yarn.lock

Lines changed: 164 additions & 138 deletions
Large diffs are not rendered by default.

docs/app.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@ provide("navigation", navigation);
8787
</template>
8888
</UHeader>
8989

90+
<CldOgImage
91+
src="images/nuxt-cloudinary-social-background"
92+
twitter-title="Nuxt Cloudinary Documentation"
93+
/>
94+
9095
<NuxtLayout>
9196
<NuxtPage />
9297
</NuxtLayout>

docs/content/1.getting-started.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,13 @@ export default {
7171
- Default: `process.env.CLOUDINARY_CLOUD_NAME`
7272

7373
Your unique Cloudinary Cloud Name. You can find it in the Cloudinary dashboard.
74+
75+
## NuxtCloudinary vs Nuxt Image
76+
77+
You may be wondering what is the reason to have both Nuxt Cloudinary and Nuxt Image modules if they both have integration with Cloudinary and they tackle the aspect of optimized images.
78+
79+
This is a good question that should be answered by showing examples when one module is better than the other:
80+
81+
If you need just an optimized image/picture component with ability to connect to various providers (including Cloudinary) you may use `Nuxt Image`.
82+
83+
However, if you are looking for a solution that would allow you to use advanced AI powered image transformations, optimized videos, OG Images, and prebuilt components like ProductGallery, MediaLibrary, or UploadWidget, `Nuxt Cloudinary` will be a better solution for you.

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"typescript": "^5.3.3"
1818
},
1919
"dependencies": {
20-
"@nuxtjs/cloudinary": "^2.5.2"
20+
"@nuxtjs/cloudinary": "^2.6.0"
2121
}
2222
}

0 commit comments

Comments
 (0)