diff --git a/docs/public/cover.jpg b/docs/public/cover.jpg index 3bf6a39..a7f9148 100644 Binary files a/docs/public/cover.jpg and b/docs/public/cover.jpg differ diff --git a/playground/app.vue b/playground/app.vue index d6b6991..c20312f 100644 --- a/playground/app.vue +++ b/playground/app.vue @@ -1,37 +1,20 @@ diff --git a/src/runtime/components/CldOgImage.vue b/src/runtime/components/CldOgImage.vue index e4c8ae2..be97e77 100644 --- a/src/runtime/components/CldOgImage.vue +++ b/src/runtime/components/CldOgImage.vue @@ -122,7 +122,7 @@ const { url: twitterImageUrl } = useCldImageUrl({ }); const computedTwitterTitle = computed( - () => props.twitterTitle || currentRoute.meta?.title || " " + () => props.twitterTitle || currentRoute.value.meta?.title || " " );