Skip to content

Commit

Permalink
chore: favicon 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
iOdiO89 committed Jul 13, 2024
1 parent b367420 commit 4d317e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ export default function App({ Component, pageProps }: AppProps) {
<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="사이트 이름" />
<meta property="og:site_name" content="위케어" />
<link rel="icon" href="@/public/favicon.ico" />
</Head>

<QueryClientProvider client={queryClient}>
Expand Down
Binary file added public/favicon.ico
Binary file not shown.

0 comments on commit 4d317e8

Please sign in to comment.