Skip to content

Commit

Permalink
Meta-image-fixes (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mal402 authored Jul 25, 2023
1 parent 74737af commit 7826a83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
<meta property="og:url" content="https://www.cuttle.cards/" />
<meta property="og:title" content="Cuttle" />
<meta property="og:type" content="website" />
<meta property="og:image" content="/img/cuttle-summary-banner.jpg/" />
<meta property="og:image" content="https://www.cuttle.cards/img/cuttle-summary-banner.jpg" />
<meta property="og:description"
content="Cuttle is a battle card game played with a standard 52-card deck of cards. The strategic nuance of trading card games, with the elegant balance of a standard deck--and you can play it for free!" />

<meta name="twitter:site" content="https://www.cuttle.cards/">
<meta name="twitter:title" content="Cuttle">
<meta name="twitter:description"
content="Cuttle is a battle card game played with a standard 52-card deck of cards. The strategic nuance of trading card games, with the elegant balance of a standard deck--and you can play it for free!">
<meta name="twitter:card" content="cuttle-summary-banner-image">
<meta name="twitter:image:src" content="/img/cuttle-summary-banner.jpg/">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image:src" content="https://www.cuttle.cards/img/cuttle-summary-banner.jpg">

<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900" />
</head>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cuttle",
"description": "The deepest card game under the sea",
"version": "4.4.3",
"version": "4.4.4",
"dependencies": {
"connect-redis": "3.0.2",
"dayjs": "1.11.3",
Expand Down

0 comments on commit 7826a83

Please sign in to comment.