Skip to content

Commit aafae25

Browse files
Changed the title to env variable and removed url and domain tags.
1 parent 292095a commit aafae25

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

public/index.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,16 @@
1515

1616
<!-- Open graph meta tags -->
1717

18-
<meta property="og:title" content="Element Call" />
18+
<meta property="og:title" content="<%- title %>" />
1919
<meta
2020
property="og:description"
2121
content="You're invited to join a call on Element Call"
2222
/>
2323
<meta property="og:type" content="website" />
24-
<meta property="og:url" content="https://call.element.io" />
2524
<meta property="og:image" content="favicon.png" />
2625

2726
<meta name="twitter:card" content="summary_large_image" />
28-
<meta property="twitter:domain" content="call.element.io" />
29-
<meta property="twitter:url" content="https://call.element.io" />
30-
<meta name="twitter:title" content="Element Call" />
27+
<meta name="twitter:title" content="<%- title %>" />
3128
<meta
3229
name="twitter:description"
3330
content="You're invited to join a call on Element Call"

0 commit comments

Comments
 (0)