Skip to content

Commit

Permalink
chore : 검색엔진 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyuna committed Jul 29, 2024
1 parent 25331f7 commit 47e2a4f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const metadata = {
icons: {
icon: "/favicon.svg",
},
token: "2AlElbziBNIvwaiKInHFO5I2Xi5_kIVB0X7HH7F3NGg",
};

const NotoSans = Noto_Sans_KR({ subsets: ["latin"] });
Expand All @@ -23,10 +24,7 @@ export default function RootLayout({
<html lang="ko">
<Head>
<link rel="icon" href={metadata.icons.icon} />
<meta
name="google-site-verification"
content="2AlElbziBNIvwaiKInHFO5I2Xi5_kIVB0X7HH7F3NGg"
/>
<meta name="google-site-verification" content={metadata.token} />
<title>{metadata.title}</title>
<meta name="description" content={metadata.description} />
</Head>
Expand Down

0 comments on commit 47e2a4f

Please sign in to comment.