Skip to content

Commit 54f23bb

Browse files
committed
Begin to add open graph tags
1 parent 164e89c commit 54f23bb

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

streams-react/public/index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@
77
<meta name="theme-color" content="#000000" />
88
<meta
99
name="description"
10-
content="Web site created using create-react-app"
10+
content="P2P React is a web app where users can video/text chat with each other through peer-to-peer connections via WebRTC."
1111
/>
12+
<meta property="og:title" content="P2P React" />
13+
<meta property="og:description" content="P2P React is a web app where users can video/text chat with each other through peer-to-peer connections via WebRTC." />
14+
1215
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
1316
<!--
1417
manifest.json provides metadata used when your web app is installed on a
@@ -27,7 +30,7 @@
2730
work correctly both with client-side routing and a non-root public URL.
2831
Learn how to configure a non-root public URL by running `npm run build`.
2932
-->
30-
<title>Streams React</title>
33+
<title>P2P React</title>
3134
</head>
3235
<body>
3336
<noscript>You need to enable JavaScript to run this app.</noscript>

streams-react/public/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"short_name": "React App",
3-
"name": "Create React App Sample",
2+
"short_name": "P2P React",
3+
"name": "P2P React",
44
"icons": [
55
{
66
"src": "favicon.ico",
57.3 KB
Loading

0 commit comments

Comments
 (0)