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 92dcf78 commit 899b74d
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,29 @@ 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" />
<meta property="og:url" content="https://ba-ro.co.kr" />
<meta property="og:title" content="바로 잡아 바로 쓰는, 바로" />
<meta property="og:image" content="/images/baro.png" />
<meta property="og:image" content="/baro.png" />
<meta property="og:description" content="baro 설명" />
<meta property="og:site_name" content="baro" />
<title>바로 잡아 바로 쓰는, 바로</title>
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 899b74d

Please sign in to comment.