Skip to content

Commit

Permalink
Merge pull request #191 from dnd-mentee-4th/feature/front/add-default…
Browse files Browse the repository at this point in the history
…-meta-tag

Feature/front/add default meta tag
  • Loading branch information
1000peach authored Feb 26, 2021
2 parents 9242f6b + 6c269f6 commit 451f3df
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,19 @@
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
/>
<meta name="theme-color" content="#00994F" />

<meta name="subject" content="See-at | 나만의 작은 친구" />
<meta name="author" content="D&D 사이드 프로젝트 4기 9조 See-at" />
<meta name="keywords" content="웹, 웹 개발, 웹 디자인, D&D, 사이드 프로젝트, 동아리, 반려식물, 큐레이션, See-at, 나만의 작은 친구, React, Node, Javascript" />
<meta name="description" content="반려식물 큐레이션 서비스" />

<meta property="og:title" content="See-at | 나만의 작은 친구" />
<meta property="og:url" content="https://www.seeat-plant.com/" />
<meta property="og:image" content="%PUBLIC_URL%/meta.png" />
<meta property="og:type" content="website" />
<meta property="og:description" content="반려식물 큐레이션 서비스" />

<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!-- fonts -->
Expand All @@ -17,12 +25,13 @@
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="//cdn.jsdelivr.net/font-iropke-batang/1.2/font-iropke-batang.css">
<link href="https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap" rel="stylesheet">
<title>See-at 나만의 작은 친구</title>

<title>See-at | 나만의 작은 친구</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
<!-- lottie -->
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
</html>
</html>
Binary file modified frontend/public/logo192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified frontend/public/logo512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/public/meta.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 451f3df

Please sign in to comment.