Skip to content

Commit

Permalink
feat: add og title and image to layout
Browse files Browse the repository at this point in the history
  • Loading branch information
koremp committed Mar 22, 2024
1 parent 6903ac4 commit dd4e9f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ export default function RootLayout({
}>) {
return (
<html lang="ko">

<meta property="og:title" content="제22대 국회에게 요한다" />
<meta property="og:image" content="./opengraph-image.png" />
<body className={inter.className}>{children}</body>
</html>
);
Expand Down

0 comments on commit dd4e9f3

Please sign in to comment.