We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19f1432 commit 716fa82Copy full SHA for 716fa82
src/app/layout.js
@@ -9,6 +9,9 @@ export { metadata };
9
export default function RootLayout({ children }) {
10
return (
11
<html lang="en" className="scroll-smooth">
12
+ <head>
13
+ <meta name="google-site-verification" content="Z4hozcIBBrLFjoeT038NmGotLZIkhtLRTMF8aJIAosQ" />
14
+ </head>
15
<body className="flex flex-col min-h-screen bg-background-light dark:bg-background-dark text-gray-900 dark:text-gray-100">
16
<ThemeProvider>
17
<Header themeToggle={<ThemeToggle />} />
0 commit comments