Skip to content

Commit

Permalink
adding open graph metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Thertzlor committed Dec 16, 2024
1 parent 4dc051f commit 86a778e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
<link rel="icon" href="./favicon.png" type="image/png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bandcamp Monitor</title>
<meta property="og:title" content="Bandcamp Monitor" />
<meta property="og:type" content="website" />
<meta property="og:description" content="A web interface that aggregates live Bandcamp sales for music discovery." />
<meta property="og:url" content="https://thertzlor.github.io/BandcampMonitor/" />
<meta property="og:image" content="https://raw.githubusercontent.com/Thertzlor/BandcampMonitor/refs/heads/main/src/assets/UI_example.png" />
<style>
body {
background: "#141414"
Expand Down

0 comments on commit 86a778e

Please sign in to comment.