Skip to content

Commit 8898cd4

Browse files
authored
chore(web): add naver site verification (#481)
1 parent e81a7c3 commit 8898cd4

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<!doctype html>
2+
<html lang="ko">
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>Naver Site Verification</title>
6+
</head>
7+
<body>naver-site-verification: naver79eaa7633f3e5bc9aede38c409737c21.html</body>
8+
</html>

apps/web/src/app/layout.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ import { SpeedInsights } from "@vercel/speed-insights/next";
1414
export const metadata: Metadata = {
1515
title: "솔리드 커넥션",
1616
description: "솔리드 커넥션. 교환학생의 첫 걸음",
17+
verification: {
18+
other: {
19+
"naver-site-verification": "dd46eae7f62548ac6d6fc34647df8e2bea591e62",
20+
},
21+
},
1722
};
1823

1924
const pretendard = localFont({

0 commit comments

Comments
 (0)