We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89d009c commit fda37d5Copy full SHA for fda37d5
app/layout.tsx
@@ -64,6 +64,9 @@ export default function RootLayout({
64
}) {
65
return (
66
<html lang="en" suppressHydrationWarning>
67
+ <head>
68
+ <meta name="google-site-verification" content="ydHSzattedGcB-5-HAZYQTflySCqIgWSVqZD8wgedEo" />
69
+ </head>
70
<body className={inter.className}>
71
<ThemeProvider attribute="class" defaultTheme="dark" enableSystem disableTransitionOnChange>
72
{children}
0 commit comments