Skip to content

Commit

Permalink
feat: og image 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
miro-ring committed Feb 19, 2024
1 parent fc803c9 commit 8250b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const App = ({ Component, pageProps }: AppProps) => {
<meta property="og:type" content="website" />
<meta property="og:url" content="https://ba-ro.co.kr" />
<meta property="og:title" content="바로 잡아 바로 쓰는, 바로" />
<meta property="og:image:alt" content="baro" />
<meta property="og:image:alt" content="/opengraph-image.png" />
<meta property="og:description" content="baro 설명" />
<meta property="og:site_name" content="baro" />
<title>바로 잡아 바로 쓰는, 바로</title>
Expand Down

0 comments on commit 8250b6b

Please sign in to comment.