Skip to content

Commit

Permalink
feat: add opengraph tags
Browse files Browse the repository at this point in the history
  • Loading branch information
fspoettel committed Jun 17, 2024
1 parent bc60b0c commit 8dcdf09
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>%VITE_PAGE_NAME%</title>
<meta
name="description"
content="Deck builder for Arkham Horror: The Card Game™"
/>

<link rel="preconnect" href="%VITE_CARD_IMAGE_URL%" />
<link rel="preconnect" href="%VITE_API_URL%" crossorigin />

Expand All @@ -17,6 +22,15 @@
<meta name="application-name" content="Arkham.build" />
<meta name="msapplication-TileColor" content="#2e3440" />
<meta name="theme-color" content="#e5e9f0" />

<meta property="og:url" content="https://arkham.build" />
<meta property="og:type" content="website" />
<meta property="og:title" content="arkham.build" />
<meta
property="og:description"
content="Deck builder for Arkham Horror: The Card Game™ "
/>
<meta property="og:image" content="/opengraph.png" />
</head>
<body>
<div id="root"></div>
Expand Down
Binary file added public/opengraph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Arkham.build",
"short_name": "Arkham.build",
"name": "arkham.build",
"short_name": "arkham.build",
"icons": [
{
"src": "/android-chrome-192x192.png",
Expand Down

0 comments on commit 8dcdf09

Please sign in to comment.