Skip to content

Commit d99ffd6

Browse files
committed
add opengraph tags
1 parent 79b5eff commit d99ffd6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/api/createSwagger.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,16 @@ const html = `
77
<!doctype html>
88
<html>
99
<head>
10-
<title>ACM @ UIUC Core API Reference</title>
10+
<title>Core API Documentation | ACM @ UIUC</title>
1111
<meta charset="utf-8" />
1212
<meta
1313
name="viewport"
1414
content="width=device-width, initial-scale=1" />
15+
<meta property="og:title" content="Core API Documentation | ACM @ UIUC" />
16+
<meta property="og:description" content="The ACM @ UIUC Core API provides services for managing chapter operations." />
17+
<meta property="description" content="The ACM @ UIUC Core API provides services for managing chapter operations." />
18+
<meta property="og:image" content="https://static.acm.illinois.edu/square-blue.png" />
19+
<meta property="og:url" content="https://core.acm.illinois.edu/docs" />
1520
</head>
1621
1722
<body>

0 commit comments

Comments
 (0)