Skip to content

Commit

Permalink
feat: 메타 태그 추가 #221
Browse files Browse the repository at this point in the history
#preview
  • Loading branch information
1119wj committed Dec 5, 2024
1 parent 6d95abc commit 38d811d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,17 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/파비콘.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:type" content="website" />
<meta property="og:title" content="오늘의 길" />
<meta property="og:description" content="나만의 지도를 공유하세요. 오늘의 길과 함께라면 더 멋진 여행을!" />
<meta property="og:url" content="https://dailyroad.site" />
<meta property="og:image" content="https://kr.object.ncloudstorage.com/ogil-public/uploads/profile/dailyroadLogo.webp" />
<meta property="og:image:alt" content="오늘의 길 로고" />
<link rel="stylesheet" as="style" crossorigin
href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/static/pretendard.min.css" />
<title>오늘의 길</title>
<meta name="description" content="오늘의 길은 나만의 지도와 코스를 공유할 수 있는 플랫폼입니다." />
<meta name="keywords" content="나만의지도 나만의코스 공유" />
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/Map/MapDetailBoard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const MapDetailBoard = ({ mapData }: MapDetailBoardProps) => {
<EditMapButton
text="수정"
to={`/create/map/${mapData.id}`}
className="w-10 px-2"
className="w-auto px-2"
/>
</div>
)}
Expand Down

0 comments on commit 38d811d

Please sign in to comment.