We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afdf94b commit 842a476Copy full SHA for 842a476
1 file changed
public/index.html
@@ -9,6 +9,10 @@
9
name="description"
10
content="Web site created using create-react-app"
11
/>
12
+ <meta content="Eyes Talk" property="og:title">
13
+ <meta content="https://www.eyestalk.site" property="og:url">
14
+ <meta content="눈으로 대화하는 영상통신 - Eyes Talk" property="og:description">
15
+ <meta content="https://ibb.co/gWtHCPP" property="og:image">
16
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
17
18
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
0 commit comments