Update TSS embed metadata
This commit is contained in:
+6
-6
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="theme-color" content="#e82517" />
|
||||
<meta name="theme-color" content="#ff8c00" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Live TSS team leaderboards, battle logs, team profiles, uptime, and consented viewer analytics for Toothless' TSS Bot."
|
||||
@@ -18,10 +18,10 @@
|
||||
property="og:description"
|
||||
content="Live TSS team leaderboards, battle logs, team profiles, uptime, and consented viewer analytics."
|
||||
/>
|
||||
<meta property="og:image" content="__PUBLIC_ORIGIN__/embed.svg" />
|
||||
<meta property="og:image:type" content="image/svg+xml" />
|
||||
<meta property="og:image:width" content="1200" />
|
||||
<meta property="og:image:height" content="630" />
|
||||
<meta property="og:image" content="__PUBLIC_ORIGIN__/light_fury_match.jpg" />
|
||||
<meta property="og:image:type" content="image/jpeg" />
|
||||
<meta property="og:image:width" content="262" />
|
||||
<meta property="og:image:height" content="262" />
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Toothless' TSS Bot" />
|
||||
@@ -29,7 +29,7 @@
|
||||
name="twitter:description"
|
||||
content="Live TSS team leaderboards, battle logs, team profiles, uptime, and consented viewer analytics."
|
||||
/>
|
||||
<meta name="twitter:image" content="__PUBLIC_ORIGIN__/embed.svg" />
|
||||
<meta name="twitter:image" content="__PUBLIC_ORIGIN__/light_fury_match.jpg" />
|
||||
|
||||
<link rel="icon" type="image/svg+xml" href="/embed-icon.svg" />
|
||||
<title>Toothless' TSS Bot</title>
|
||||
|
||||
Executable
BIN
Binary file not shown.
|
After Width: | Height: | Size: 8.3 KiB |
@@ -59,6 +59,8 @@ const mimeTypes = {
|
||||
'.css': 'text/css; charset=utf-8',
|
||||
'.html': 'text/html; charset=utf-8',
|
||||
'.ico': 'image/x-icon',
|
||||
'.jpeg': 'image/jpeg',
|
||||
'.jpg': 'image/jpeg',
|
||||
'.js': 'text/javascript; charset=utf-8',
|
||||
'.json': 'application/json; charset=utf-8',
|
||||
'.map': 'application/json; charset=utf-8',
|
||||
|
||||
Reference in New Issue
Block a user