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 6bf8d0f commit 92dcf78
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,7 @@ const App = ({ Component, pageProps }: AppProps) => {
return (
<TanstackQueryProvider dehydratedState={pageProps.dehydratedState}>
<Head>
<link
rel="icon"
href="/favicon-light.ico"
media="(prefers-color-scheme: light)"
/>
<link
rel="icon"
href="/favicon-dark.ico"
media="(prefers-color-scheme: dark)"
/>
<link rel="icon" href="/favicon.ico" />
<meta name="description" content="baro 설명" />
<meta name="keyword" content="baro 바로" />
<meta property="og:type" content="website" />
Expand Down
Binary file removed public/favicon-light.ico
Binary file not shown.
File renamed without changes.

0 comments on commit 92dcf78

Please sign in to comment.