We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 16d756e + aba1b7e commit 02a5f2bCopy full SHA for 02a5f2b
1 file changed
src/app/layout.tsx
@@ -36,6 +36,10 @@ export default function RootLayout({
36
name="viewport"
37
content="width=device-width, initial-scale=1, maximumScale=1, user-scalable=no"
38
/>
39
+ <meta
40
+ name="google-site-verification"
41
+ content={process.env.NEXT_PUBLIC_GOOGLE_SEARCH_CONSOLE}
42
+ />
43
<link rel="apple-touch-icon" href="/favicon_114.png"></link>
44
<link rel="shortcut icon" href="/favicon_72.png"></link>
45
{/* Maze Snippet */}
0 commit comments