Skip to content

Commit d21570a

Browse files
committed
chore: 구글 검색에 감지되기 위한 meta 태그 추가
1 parent 64b30d3 commit d21570a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/web/src/app/layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ export default function RootLayout({
7474
}>) {
7575
return (
7676
<html lang="ko" className={cn(poppins.variable, merriweather.variable, jetbrainsMono.variable)}>
77+
<meta name="google-site-verification" content="QCEJjFcIzUi4_pR-QJw5g8OdYabndorX1YORsRauKnw" />
7778
<head>
7879
<link rel="preconnect" href="https://fonts.googleapis.com" />
7980
<link rel="preconnect" href="https://fonts.gstatic.com" crossOrigin="" />

0 commit comments

Comments
 (0)