Skip to content

Commit 301ffaa

Browse files
committed
chore: update meta tags
1 parent 7d6f55d commit 301ffaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/routes/_index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const meta: MetaFunction = () => {
2323
},
2424
{
2525
property: "og:title",
26-
content: "About | Gleb Khaykin",
26+
content: "About",
2727
},
2828
{
2929
property: "og:description",

app/routes/blog._index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const meta: MetaFunction = () => {
3838
},
3939
{
4040
property: "og:title",
41-
content: "Posts | Gleb Khaykin",
41+
content: "Blog",
4242
},
4343
{
4444
property: "og:description",

0 commit comments

Comments
 (0)