서민정

add ogtitle & ogdescription

...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
8 content="width=device-width, initial-scale=1, shrink-to-fit=no" 8 content="width=device-width, initial-scale=1, shrink-to-fit=no"
9 /> 9 />
10 <meta name="theme-color" content="#000000" /> 10 <meta name="theme-color" content="#000000" />
11 + <title>SEARCH-AND-CHAT</title>
11 12
12 <!-- 13 <!--
13 manifest.json provides metadata used when your web app is installed on a 14 manifest.json provides metadata used when your web app is installed on a
...@@ -15,8 +16,10 @@ ...@@ -15,8 +16,10 @@
15 --> 16 -->
16 17
17 <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> 18 <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
19 + <meta property="og:title" content="SEARCH-AND-CHAT">
20 + <meta property="og:description" content="대화 및 소식과 영상의 검색이 가능한 웹 챗봇 소통이입니다!">
18 <!-- <script charset="utf-8" src="//cdn.iframe.ly/embed.js?api_key=3d0d059e07f98dcecefab2"></script> 21 <!-- <script charset="utf-8" src="//cdn.iframe.ly/embed.js?api_key=3d0d059e07f98dcecefab2"></script>
19 - 22 +
20 <script> 23 <script>
21 document.querySelectorAll( 'oembed[url]' ).forEach( element => { 24 document.querySelectorAll( 'oembed[url]' ).forEach( element => {
22 iframely.load( element, element.attributes.url.value ); 25 iframely.load( element, element.attributes.url.value );
...@@ -35,6 +38,7 @@ ...@@ -35,6 +38,7 @@
35 Learn how to configure a non-root public URL by running `npm run build`. 38 Learn how to configure a non-root public URL by running `npm run build`.
36 --> 39 -->
37 40
41 +
38 </head> 42 </head>
39 <body> 43 <body>
40 <noscript>You need to enable JavaScript to run this app.</noscript> 44 <noscript>You need to enable JavaScript to run this app.</noscript>
......