We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 280fca9 commit 879ff7fCopy full SHA for 879ff7f
docs/pages/[...slug].vue
@@ -26,10 +26,10 @@ const { data: surround } = await useAsyncData(
26
27
useSeoMeta({
28
titleTemplate: '%s - Nuxt Cloudinary',
29
- title: page.value?.title,
30
- ogTitle: `${page.value?.title} - Nuxt Cloudinary`,
31
- description: page.value?.description,
32
- ogDescription: page.value?.description,
+ title: page?.value?.title,
+ ogTitle: `${page?.value?.title} - Nuxt Cloudinary`,
+ description: page?.value?.description,
+ ogDescription: page?.value?.description,
33
})
34
35
const headline = computed(() =>
0 commit comments