Skip to content

Commit f409568

Browse files
committed
[feat/#139] local ko 메타 태그 추가
1 parent 49ca0ff commit f409568

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

index.html

+13
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/static/pretendard.min.css" />
88
<link rel="icon" href="/src/assets/icons/favicon.svg" />
9+
10+
<meta charset="UTF-8" />
11+
<meta name="title" content="자세공작소(ALIGNLAB) - 바른 자세 유지와 습관 형성" />
12+
<meta name="description" content="자세공작소와 함께하는 일상의 변화, 바른 자세 유지와 습관 형성을 도와드려요." />
13+
14+
<meta property="og:title" content="자세공작소(ALIGNLAB) - 바른 자세 유지와 습관 형성">
15+
<meta property="og:description" content="자세공작소와 함께하는 일상의 변화, 바른 자세 유지와 습관 형성을 도와드려요.">
16+
<meta property="og:image" content="/src/assets/images/home-intro.png">
17+
<meta property="og:image.alt" content="alignlab">
18+
<meta property="og:type" content="website">
19+
<meta property="og:locale" content="ko_KR">
20+
<meta property="og:url" content="https://alignlab.site/" />
21+
922
<title>자세공작소</title>
1023
</head>
1124
<body>

0 commit comments

Comments
 (0)