Skip to content

Commit

Permalink
Revert "feat: add ga4"
Browse files Browse the repository at this point in the history
This reverts commit e7ae25f.
  • Loading branch information
Atharva-CM committed Nov 11, 2024
1 parent e7ae25f commit 924314d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 101 deletions.
3 changes: 0 additions & 3 deletions app/(site)/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import '@/app/globals.css';

import { GoogleAnalytics } from '@next/third-parties/google';
import { Theme } from '@radix-ui/themes';
import { Analytics } from '@vercel/analytics/react';
import { SpeedInsights } from '@vercel/speed-insights/next';
Expand Down Expand Up @@ -37,8 +36,6 @@ export default function RootLayout({ children }: Readonly<{ children: React.Reac
<SpeedInsights />
{/* Org Schema JSON-LD */}
<script type="application/ld+json" dangerouslySetInnerHTML={{ __html: JSON.stringify(orgSchemaJsonLd) }} />
{/* GA4 */}
<GoogleAnalytics gaId="G-EJSN3DYVRB" />
</body>
</html>
);
Expand Down
101 changes: 4 additions & 97 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"dependencies": {
"@gsap/react": "^2.1.1",
"@hookform/resolvers": "^3.9.0",
"@next/third-parties": "^15.0.3",
"@portabletext/react": "^3.1.0",
"@portabletext/to-html": "^2.0.13",
"@radix-ui/react-aspect-ratio": "^1.1.0",
Expand Down

0 comments on commit 924314d

Please sign in to comment.