Skip to content

Commit

Permalink
refactor: og-image 우리 s3를 이용하는 방식으로 변경 (#998)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhokim98 authored Feb 10, 2025
1 parent 7a28f86 commit 58e224d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
<meta property="og:title" content="행동대장 - 쉽고 빠른 모임 정산 및 송금 서비스" />
<meta property="og:description" content="행동대장으로 모임에서 발생한 비용을 손쉽게 정산하고 간편하게 송금해요" />
<meta property="og:type" content="website" />
<meta
property="og:image"
content="https://wooteco-crew-wiki.s3.ap-northeast-2.amazonaws.com/%EC%BF%A0%ED%82%A4%286%EA%B8%B0%29/4tyq1x19rsn.jpg"
/>
<meta property="og:image" content="<%= process.env.IMAGE_URL %>/og-image.jpg" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:alt" content="행댕이" />
<meta property="og:locale" content="ko_KR" />
Expand Down

0 comments on commit 58e224d

Please sign in to comment.