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 7f135c4 commit 7a8d2b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ const App = ({ Component, pageProps }: AppProps) => {
<TanstackQueryProvider dehydratedState={pageProps.dehydratedState}>
<Head>
<link rel="icon" href="/favicon.ico" />
<meta name="description" content="baro 설명" />
<meta name="description" content="바로 잡아 바로 쓰는, 바로" />
<meta name="keyword" content="baro 바로" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://ba-ro.co.kr" />
<meta property="og:title" content="바로 잡아 바로 쓰는, 바로" />
<meta property="og:title" content="바로" />
<meta property="og:image" content="/opengraph-image.png" />
<meta property="og:description" content="baro 설명" />
<meta property="og:description" content="바로 잡아 바로 쓰는, 바로" />
<meta property="og:site_name" content="baro" />
<title>바로 잡아 바로 쓰는, 바로</title>
</Head>
Expand Down

0 comments on commit 7a8d2b9

Please sign in to comment.