Skip to content

Commit

Permalink
chore: fix cover image in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Nov 14, 2024
1 parent cd4b755 commit b0fca57
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
name="description"
content="🦸 Secret Identity is an AI chatbot game where you guess a superhero's secret identity."
/>
<meta property="og:image" content="https://remarkablegames.org/cover.png" />
<meta
property="og:image"
content="https://remarkablegames.org/secret-identity/cover.png"
/>
<title>Secret Identity | remarkablegames</title>
</head>
<body class="flex min-h-screen min-w-80 place-items-center">
Expand Down
5 changes: 4 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
name="description"
content="🦸 Secret Identity is an AI chatbot game where you guess a superhero's secret identity."
/>
<meta property="og:image" content="https://remarkablegames.org/cover.png" />
<meta
property="og:image"
content="https://remarkablegames.org/secret-identity/cover.png"
/>
<title>Secret Identity | remarkablegames</title>
<style>
html,
Expand Down

0 comments on commit b0fca57

Please sign in to comment.