Skip to content

Commit

Permalink
added google verification tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Komlan Kodoh committed Mar 17, 2024
1 parent 50f4f6a commit ddabfe9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export default function RootLayout({
}>) {
return (
<html lang="en">
<meta name="google-site-verification" content="oUOyOA-PuugSxoQImuXTo5qFPyjBeKE5B8vHWg2epXY" />
<body className={inter.className}>{children}</body>
</html>
);
Expand Down

0 comments on commit ddabfe9

Please sign in to comment.