Skip to content

Commit

Permalink
Fix : open-graph url
Browse files Browse the repository at this point in the history
  • Loading branch information
oikkoikk committed Oct 8, 2023
1 parent a9881f4 commit 9682022
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,17 @@ export const metadata = {
},
description: '나만을 위한 유튜브 강의 관리 플랫폼 스룸',
openGraph: {
images: '/image/opengraph/opengraph-image.jpg'
title: '스룸',
description: '나만을 위한 유튜브 강의 관리 플랫폼 스룸',
type: 'website',
locale: 'ko_KR',
url: 'https://sroom.kr',
images: {
url: 'https://sroom.kr/image/opengraph/opengraph-image.jpg',
width: 1200,
height: 630,
alt: '나만을 위한 유튜브 강의 관리 플랫폼, 스룸'
}
}
};

Expand Down

0 comments on commit 9682022

Please sign in to comment.