Skip to content

Commit

Permalink
html: fixed opengraph image link
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarry committed Apr 5, 2024
1 parent 5d8de04 commit 264516c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
<link rel="icon" type="image/png" href="img/logo.png" />
<meta property="og:image" content="logo.png"/>
<meta property="og:image" content="img/logo.png"/>
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="512">
<meta property="og:image:height" content="512">
Expand Down

0 comments on commit 264516c

Please sign in to comment.