fix: term pages title

This commit is contained in:
limes
2026-08-15 17:23:16 +02:00
parent a8f8654998
commit 324b300d4c
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ if (!termContent.value) {
}
useHead({
title: `${termContent.value.title} | Docs`,
title: `${termContent.value.title} | Terms`,
meta: [
{ property: 'description', content: termContent.value.description },
{ property: 'og:description', content: termContent.value.description },