Skip to content

Commit

Permalink
feat(app): ✨ add google search console tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
crstnmac committed Jul 26, 2023
1 parent 366adca commit 1d6a848
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ export default function RootLayout({children}: {children: React.ReactNode}) {

return (
<html lang="en" className={`${inter.variable} ${firaCode.variable}`}>
<meta
name="google-site-verification"
content="RIIKLI5xvbcXCzC98lcgLO4kWttNZoJhcSdVcSFvdEE"
/>
<head />
<body
className={
Expand Down

1 comment on commit 1d6a848

@vercel
Copy link

@vercel vercel bot commented on 1d6a848 Jul 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

crstnmac-github-io – ./

crstnmac-github-io-criston.vercel.app
crstnmac-github-io-git-main-criston.vercel.app
crstnmac-github-io.vercel.app

Please sign in to comment.