Skip to content

Commit 0492581

Browse files
committed
feat(discord): fixed opengraph meta tags
1 parent 7996893 commit 0492581

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

discord/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22
<html>
3-
<script>window.location.replace("https://discord.com/invite/nhdwbSz");</script>
3+
<!--<script>window.location.replace("https://discord.com/invite/nhdwbSz");</script>-->
44
<html prefix="og: https://ogp.me/ns#">
55
<head>
66
<meta charset="utf-8">
@@ -9,9 +9,9 @@
99
<title>RLBot Discord</title>
1010

1111
<meta property="og:title" content="RLBot Discord - Join us!" />
12-
<meta property="og:type" content="website" />
12+
<meta property="og:type" content="image/png" />
1313
<meta property="og:url" content="https://discord.com/invite/nhdwbSz" />
14-
<meta property="og:image" content="../invite-background.png" />
14+
<meta property="og:image" content="https://rlbot.org/invite-background.png" />
1515
<meta property="og:description"
1616
content="Creating custom bots to play Rocket League, programmers and avid fans are welcome! This server is the heart of this community, join us!" />
1717

0 commit comments

Comments
 (0)