mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-09-26 18:46:39 -05:00
fix: term pages title
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user