Skip to content

Commit

Permalink
Merge pull request #245 from nuxt-modules/fix/#241
Browse files Browse the repository at this point in the history
fix-#241: Signed Upload Widget
  • Loading branch information
Baroshem authored Oct 15, 2024
2 parents 81b1dbd + fbc5695 commit 8bcc2f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/components/CldUploadWidget.vue
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ const uploadOptions = getUploadWidgetOptions(
{
cloud: {
cloudName: useRuntimeConfig().public.cloudinary.cloudName,
apiKey: useRuntimeConfig().public.cloudinary.apiKey,
},
...options,
...instanceMethods,
Expand Down

0 comments on commit 8bcc2f3

Please sign in to comment.