mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-08-27 02:56:47 -05:00
fix: term pages title
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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