Skip to content

Commit

Permalink
revert: ⏪️ remove meta tag and script
Browse files Browse the repository at this point in the history
  • Loading branch information
zhumeisongsong committed Nov 6, 2024
1 parent 678f3b1 commit ea48061
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,31 +55,8 @@ export default function RootLayout({
content="/favicon/browserconfig.xml"
/>
<meta name="theme-color" content="#000" />
<meta
name="google-site-verification"
content="71A3myPAsbW4yU-SCkZlmMSVmyagcPQGxCxU2IfHhx4"
/>
<link rel="alternate" type="application/rss+xml" href="/feed.xml" />
</head>
{/* Google tag (gtag.js) */}
<Script
async
src="https://www.googletagmanager.com/gtag/js?id=G-RE9JWSTSX0"
></Script>
<Script
id="google-analytics"
strategy="afterInteractive"
dangerouslySetInnerHTML={{
__html: `
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-RE9JWSTSX0', {
page_path: window.location.pathname,
});
`,
}}
/>
<body
className={cn(
inter.className,
Expand Down

0 comments on commit ea48061

Please sign in to comment.