Skip to content

Commit

Permalink
meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-Mushnin committed Apr 2, 2024
1 parent 026c1ee commit 16b0576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/components/layout/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ export default function Layout({
<Head>
<link rel="icon" href="/favicon.png?v1" />
<title>{title ?? "Fullcount"}</title>
<meta name="og:title" content={"Fullcount - a baseball strategy game"} />
<meta name="description" content="Baseball strategy game" />
<meta name="og:title" content={"Fullcount"} />
<meta name="description" content="A baseball strategy game" />
<meta name="keywords" content="baseball, strategy, games, fullcount, home run" />
<meta
name="og:image"
Expand Down

0 comments on commit 16b0576

Please sign in to comment.