Skip to content

Commit 5a25572

Browse files
authored
Merge pull request #98 from Nexters/feat/#97
[Feat/#97]: 구글 서치 콘솔 연동
2 parents 8cd8d51 + c92ee97 commit 5a25572

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/app/layout.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ export const metadata: Metadata = {
2828
description: "고양이 타로술사 타로냥이 당신의 질문에 답해주는 AI 타로 서비스입니다.",
2929
siteName: "타로냥",
3030
},
31+
verification: {
32+
google: "ikYIUp-mFFpIihQWL7s56SIKk5-8Xei2oG31qV7TwsQ",
33+
},
3134
};
32-
3335
export default function RootLayout({
3436
children,
3537
}: Readonly<{

0 commit comments

Comments
 (0)