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

@@ -78,8 +78,8 @@ The website is currently in a refactor, here is what is still left on the fronte
- [x] Auth: Logout
- [x] Auth: Register
- [x] Auth: Forgot password flow
- [ ] Content: Term pages
- [ ] April fools'
- [X] Content: Term pages
- [X] April fools'
- [X] Content: Documentation pages
- [x] Content: Blog

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 },