Skip to content

Commit 4a8d23b

Browse files
jinhokim98soi-ha
authored andcommitted
refactor: og-image 우리 s3를 이용하는 방식으로 변경 (#998)
1 parent bde4b02 commit 4a8d23b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

client/index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@
1515
<meta property="og:title" content="행동대장 - 쉽고 빠른 모임 정산 및 송금 서비스" />
1616
<meta property="og:description" content="행동대장으로 모임에서 발생한 비용을 손쉽게 정산하고 간편하게 송금해요" />
1717
<meta property="og:type" content="website" />
18-
<meta
19-
property="og:image"
20-
content="https://wooteco-crew-wiki.s3.ap-northeast-2.amazonaws.com/%EC%BF%A0%ED%82%A4%286%EA%B8%B0%29/4tyq1x19rsn.jpg"
21-
/>
18+
<meta property="og:image" content="<%= process.env.IMAGE_URL %>/og-image.jpg" />
2219
<meta property="og:image:type" content="image/png" />
2320
<meta property="og:image:alt" content="행댕이" />
2421
<meta property="og:locale" content="ko_KR" />

0 commit comments

Comments
 (0)