Skip to content

Commit

Permalink
Make og image an actual url
Browse files Browse the repository at this point in the history
  • Loading branch information
captbaritone committed Mar 4, 2024
1 parent 3163d96 commit 0b4d697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webamp/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<meta property="og:type" content="website" />
<meta property="og:url" content="https://webamp.org" />

<meta property="og:image" content="./images/preview.png" />
<meta property="og:image" content="https://webamp.org/images/preview.png" />
<link rel="stylesheet" type="text/css" href="./css/page.css" />
<link rel="shortcut icon" sizes="16x16 32x32" href="./images/favicon.ico" />

Expand Down

0 comments on commit 0b4d697

Please sign in to comment.