Skip to content

Commit

Permalink
feat: test with custom metadata (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
yungjurick authored Aug 12, 2023
1 parent b47c9b3 commit b5339b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/service-frontend/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@ export const metadata: Metadata = {
title: 'PPOBA - 뽀바',
description: '뽀바, 너만의 카드게임을 즐겨봐',
themeColor: '#F7F7F7',
metadataBase: new URL('https://dev.ppoba.com'),
openGraph: {
title: 'PPOBA - 뽀바',
description: '뽀바, 너만의 카드게임을 즐겨봐',
images: `/opengraph-image.png`,
locale: 'ko_KR',
type: 'website',
},
}

export default async function RootLayout({
Expand Down

0 comments on commit b5339b3

Please sign in to comment.