Skip to content

Commit

Permalink
add opengraph metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinleedrum committed Jan 16, 2025
1 parent fac142e commit 82cc5b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ https://kevinleedrum.github.io/vlackjack/

Vlackjack is a single-player HTML5 blackjack game built with [Vue 3](https://vuejs.org/).

![Screenshot](./docs/screenshot.png)
![Screenshot](./public/screenshot.png)

All of the sounds in this game are from [Freesound](https://freesound.org) and have a CC0 license.

Expand Down
5 changes: 5 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" />
<link rel="icon" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Kevin Lee Drum" />
<meta name="description" content="VLACKJACK Blackjack Simulator" />
<meta property="og:title" content="VLACKJACK" />
<meta property="og:description" content="VLACKJACK Blackjack Simulator" />
<meta property="og:image" content="/screenshot.png" />
<title>VLACKJACK</title>
</head>
<body>
Expand Down
File renamed without changes

0 comments on commit 82cc5b6

Please sign in to comment.