diff --git a/components/OgImage/ShadcnDocs.vue b/components/OgImage/ShadcnDocs.vue index f1358ed9..ba38e990 100644 --- a/components/OgImage/ShadcnDocs.vue +++ b/components/OgImage/ShadcnDocs.vue @@ -4,9 +4,9 @@ style="background-size: 120px 120px; background-image: linear-gradient(to right, #e5e7eb 1px, transparent 1px), linear-gradient(to bottom, #e5e7eb 1px, transparent 1px);" >
- - - {{ config.site.name }} + + + {{ siteTitle }}
@@ -32,5 +32,5 @@ defineProps({ }, }); -const config = useConfig().value; +const { logo, title: siteTitle, showTitle } = useConfig().value.header;