mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-26 09:50:33 +01:00
docs(pages): use title instead of navigation.title in og image
This commit is contained in:
@@ -36,7 +36,8 @@ useSeoMeta({
|
||||
})
|
||||
|
||||
defineOgImageComponent('Docs', {
|
||||
headline: headline.value
|
||||
headline: headline.value,
|
||||
title: page.value.title
|
||||
})
|
||||
|
||||
const communityLinks = computed(() => [{
|
||||
|
||||
Reference in New Issue
Block a user