Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore/2.6.0 #190

Merged
merged 5 commits into from
Feb 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .stackblitz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"nuxt": "^3.8.0"
},
"dependencies": {
"@nuxtjs/cloudinary": "^2.5.2"
"@nuxtjs/cloudinary": "^2.6.0"
}
}
302 changes: 164 additions & 138 deletions .stackblitz/yarn.lock

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions docs/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ provide("navigation", navigation);
</template>
</UHeader>

<CldOgImage
src="images/nuxt-cloudinary-social-background"
twitter-title="Nuxt Cloudinary Documentation"
/>

<NuxtLayout>
<NuxtPage />
</NuxtLayout>
Expand Down
10 changes: 10 additions & 0 deletions docs/content/1.getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,13 @@ export default {
- Default: `process.env.CLOUDINARY_CLOUD_NAME`

Your unique Cloudinary Cloud Name. You can find it in the Cloudinary dashboard.

## NuxtCloudinary vs Nuxt Image

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.

This is a good question that should be answered by showing examples when one module is better than the other:

If you need just an optimized image/picture component with ability to connect to various providers (including Cloudinary) you may use `Nuxt Image`.

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.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@nuxtjs/cloudinary": "^2.5.2"
"@nuxtjs/cloudinary": "^2.6.0"
}
}
Loading
Loading