fix: need to set title tag

This commit is contained in:
Derrick Hammer 2023-12-27 10:43:22 -05:00
parent 37ae9f7044
commit 024f000bf9
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ export function generateMetaTags(
ogType: "website" | "article" = "website"
) {
return [
{ title },
{ name: "title", content: title },
{ name: "description", content: description },
{ name: "og:title", content: title },