Skip to content

Commit

Permalink
Merge pull request #81 from team-Ollie/18-chore-metadata
Browse files Browse the repository at this point in the history
fix: 메타데이터 path 수정
  • Loading branch information
iOdiO89 authored Jul 13, 2024
2 parents bc56e06 + 7f28ec9 commit 8e4970f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ export default function App({ Component, pageProps }: AppProps) {
property="og:description"
content="노숙인 프로그램 참여 독려를 위한, 기관 프로그램 챌린지 서비스 WeCare"
/>
<meta property="og:image" content="@/public/pngs/ogTag.png" />
<meta property="og:image" content="/pngs/ogTag.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="627" />
<meta property="og:locale" content="ko_KR" />
<meta property="og:site_name" content="위케어" />
<link rel="icon" href="@/public/favicon.ico" />
<link rel="icon" href="/favicon.ico" />
</Head>

<QueryClientProvider client={queryClient}>
Expand Down

0 comments on commit 8e4970f

Please sign in to comment.