Skip to content

Commit aba1b7e

Browse files
committed
⚙ chore(#161): Google Search Console 연결
1 parent 16d756e commit aba1b7e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/app/layout.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ export default function RootLayout({
3636
name="viewport"
3737
content="width=device-width, initial-scale=1, maximumScale=1, user-scalable=no"
3838
/>
39+
<meta
40+
name="google-site-verification"
41+
content={process.env.NEXT_PUBLIC_GOOGLE_SEARCH_CONSOLE}
42+
/>
3943
<link rel="apple-touch-icon" href="/favicon_114.png"></link>
4044
<link rel="shortcut icon" href="/favicon_72.png"></link>
4145
{/* Maze Snippet */}

0 commit comments

Comments
 (0)