Skip to content

Commit

Permalink
chore: cr fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Baroshem committed Jun 13, 2024
1 parent 44ddce8 commit 78d4fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/CldOgImage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const computedTwitterTitle = computed(
() =>
props.twitterTitle
|| (currentRoute.value.meta?.title as string)
|| 'nuxt-cloudinary-og-image',
|| 'Learn More',
)
</script>

Expand Down

0 comments on commit 78d4fa6

Please sign in to comment.