Skip to content

Commit 424b38e

Browse files
committed
added og:image
1 parent aae39af commit 424b38e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/client/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,12 @@
2626
<meta property="og:description" content="A responsive disc golf disc search engine." />
2727
<meta property="og:site_name" content="DiscIt" />
2828
<meta property="og:url" content="https://discit.app" />
29-
<meta property="og:image" content="icons/icon192.png" />
29+
<meta property="og:image" content="https://raw.githubusercontent.com/DiscIt-API/discit/refs/heads/main/src/client/icons/icon144.png" />
3030
<meta property="og:image:width" content="192" />
3131
<meta property="og:image:height" content="192" />
3232
<meta property="og:image:alt" content="DiscIt" />
3333
<meta property="og:image:type" content="image/png" />
3434
<link rel="stylesheet" href="style.css" type="text/css" />
35-
<!-- <link rel="icon" href="assets/discit.svg" type="image/svg+xml" /> -->
3635
<link rel="apple-touch-icon" href="assets/icon180.png" sizes="180x180" />
3736
<link rel="manifest" href="manifest.json" />
3837
<title>DiscIt</title>

0 commit comments

Comments
 (0)