diff --git a/app/routes/_index.tsx b/app/routes/_index.tsx index b020019..2c55517 100644 --- a/app/routes/_index.tsx +++ b/app/routes/_index.tsx @@ -23,7 +23,7 @@ export const meta: MetaFunction = () => { }, { property: "og:title", - content: "About | Gleb Khaykin", + content: "About", }, { property: "og:description", diff --git a/app/routes/blog._index.tsx b/app/routes/blog._index.tsx index 4e15dd3..845f163 100644 --- a/app/routes/blog._index.tsx +++ b/app/routes/blog._index.tsx @@ -38,7 +38,7 @@ export const meta: MetaFunction = () => { }, { property: "og:title", - content: "Posts | Gleb Khaykin", + content: "Blog", }, { property: "og:description",