Skip to content

Commit

Permalink
Merge pull request #38 from khaykingleb/supabase-integration
Browse files Browse the repository at this point in the history
chore: update meta tags
  • Loading branch information
khaykingleb authored Nov 18, 2024
2 parents 145ed80 + 301ffaa commit fec74e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/routes/_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const meta: MetaFunction = () => {
},
{
property: "og:title",
content: "About | Gleb Khaykin",
content: "About",
},
{
property: "og:description",
Expand Down
2 changes: 1 addition & 1 deletion app/routes/blog._index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const meta: MetaFunction = () => {
},
{
property: "og:title",
content: "Posts | Gleb Khaykin",
content: "Blog",
},
{
property: "og:description",
Expand Down

0 comments on commit fec74e6

Please sign in to comment.