mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-29 11:20:36 +01:00
docs(app): improve meta
This commit is contained in:
@@ -36,9 +36,7 @@ useSeoMeta({
|
|||||||
})
|
})
|
||||||
|
|
||||||
defineOgImageComponent('Docs', {
|
defineOgImageComponent('Docs', {
|
||||||
headline: headline.value,
|
headline: headline.value
|
||||||
title: page.value.title,
|
|
||||||
description: page.value.seo?.description || page.value.description
|
|
||||||
})
|
})
|
||||||
|
|
||||||
const communityLinks = computed(() => [{
|
const communityLinks = computed(() => [{
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ const title = 'Roadmap'
|
|||||||
const description = 'Discover our Volta board for @nuxt/ui development status.'
|
const description = 'Discover our Volta board for @nuxt/ui development status.'
|
||||||
|
|
||||||
useSeoMeta({
|
useSeoMeta({
|
||||||
titleTemplate: '%s - Nuxt UI',
|
titleTemplate: '%s - Nuxt UI v3',
|
||||||
title,
|
title,
|
||||||
ogTitle: 'Nuxt UI Roadmap',
|
ogTitle: 'Nuxt UI Roadmap',
|
||||||
description
|
description
|
||||||
|
|||||||
Reference in New Issue
Block a user