Skip to content

Commit

Permalink
feat: 스킴 분기 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
miro-ring committed Feb 19, 2024
1 parent 977ae18 commit 6bf8d0f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,15 @@ const App = ({ Component, pageProps }: AppProps) => {
return (
<TanstackQueryProvider dehydratedState={pageProps.dehydratedState}>
<Head>
<link rel="icon" href="/favicon.ico" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/images/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/images/favicon-32x32.png"
href="/favicon-light.ico"
media="(prefers-color-scheme: light)"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/images/favicon-16x16.png"
href="/favicon-dark.ico"
media="(prefers-color-scheme: dark)"
/>
<meta name="description" content="baro 설명" />
<meta name="keyword" content="baro 바로" />
Expand Down
Binary file added public/favicon-dark.ico
Binary file not shown.
File renamed without changes.

0 comments on commit 6bf8d0f

Please sign in to comment.