-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[feat/#139] locale ko 메타 태그 추가
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,19 @@ | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/static/pretendard.min.css" /> | ||
<link rel="icon" href="/src/assets/icons/favicon.svg" /> | ||
|
||
<meta charset="UTF-8" /> | ||
<meta name="title" content="자세공작소(ALIGNLAB) - 바른 자세 유지와 습관 형성" /> | ||
<meta name="description" content="자세공작소와 함께하는 일상의 변화, 바른 자세 유지와 습관 형성을 도와드려요." /> | ||
|
||
<meta property="og:title" content="자세공작소(ALIGNLAB) - 바른 자세 유지와 습관 형성"> | ||
<meta property="og:description" content="자세공작소와 함께하는 일상의 변화, 바른 자세 유지와 습관 형성을 도와드려요."> | ||
<meta property="og:image" content="/src/assets/images/home-intro.png"> | ||
<meta property="og:image.alt" content="alignlab"> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:locale" content="ko_KR"> | ||
<meta property="og:url" content="https://alignlab.site/" /> | ||
|
||
<title>자세공작소</title> | ||
</head> | ||
<body> | ||
|