Skip to content

Commit

Permalink
[Fix] Og 이미지 파일명 오탈자 수정 (#421)
Browse files Browse the repository at this point in the history
* fix: full url 제거 확인

* fix: ogimage 파일명 수정
  • Loading branch information
lydiacho authored Aug 17, 2024
1 parent 506a3e8 commit 47a2e19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,26 @@
<meta property="og:type" content="website" />
<meta property="og:locale" content="ko_KR" />

<link rel="manifest" href="https://recruiting.sopt.org/manifest.webmanifest" />
<link rel="manifest" href="/manifest.webmanifest" />

<link rel="icon" href="https://recruiting.sopt.org/makersFavicon.ico" sizes="32x32" />
<link rel="icon" href="https://recruiting.sopt.org/makersIcon.svg" type="image/svg+xml" />
<link rel="icon" href="/makersFavicon.ico" sizes="32x32" />
<link rel="icon" href="/makersIcon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="https://recruiting.sopt.org/makers-touch-icon.png" />

<meta property="og:title" content="SOPT makers 모집 지원하기" />
<meta property="og:description" content="SOPT makers의 신입 기수 모집페이지입니다." />
<meta property="og:site_name" content="SOPT makers 리크루팅" />
<meta property="og:url" content="https://recruiting.sopt.org" />

<meta property="og:image" content="https://recruiting.sopt.org/makersOg.png" />
<meta property="og:image" content="/makersOg.png" />
<meta property="og:image:alt" content="SOPT makers 리크루팅" />
<meta property="og:image:width" content="800" />
<meta property="og:image:height" content="400" />

<meta property="twitter:card" content="website" />
<meta name="twitter:title" content="SOPT makers 모집 지원하기" />
<meta name="twitter:description" content="SOPT makers의 신입 기수 모집페이지입니다." />
<meta name="twitter:image" content="https://recruiting.sopt.org/makersOg.png" />
<meta name="twitter:image" content="/makersOg.png" />
<meta property="twitter:image:alt" content="SOPT makers 리크루팅" />
<meta property="twitter:site" content="https://recruiting.sopt.org" />

Expand Down
File renamed without changes

0 comments on commit 47a2e19

Please sign in to comment.