Skip to content

Commit

Permalink
feat: meta 태그 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
miro-ring committed Feb 19, 2024
1 parent 899b74d commit 91081a8
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,6 @@ const App = ({ Component, pageProps }: AppProps) => {
<TanstackQueryProvider dehydratedState={pageProps.dehydratedState}>
<Head>
<link rel="icon" href="/favicon.ico" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/favicon-16x16.png"
/>
<meta name="description" content="baro 설명" />
<meta name="keyword" content="baro 바로" />
<meta property="og:type" content="website" />
Expand Down

0 comments on commit 91081a8

Please sign in to comment.