Skip to content

Commit

Permalink
feat: Added Google Site Verification meta key
Browse files Browse the repository at this point in the history
  • Loading branch information
SaptarshiSarkar12 committed Jul 17, 2023
1 parent fb48d97 commit 424cadc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Website/app/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ export const metadata = {
export default function RootLayout({ children }) {
return (
<html lang="en" className="scroll-smooth">
<script src="https://kit.fontawesome.com/5c11ffe082.js" crossOrigin="anonymous" async></script>
<script src="https://kit.fontawesome.com/5c11ffe082.js" crossOrigin="anonymous" async></script>
<meta name="google-site-verification" content="v1CBGEYFNFLCTulyDwIJDu2cV0EA2ZwokOXQC9GfkiE" />
<body className={inter.className}>{children}</body>
</html>
)
Expand Down

0 comments on commit 424cadc

Please sign in to comment.