Skip to content

Commit 48147a3

Browse files
Revert "Add google analytics"
This reverts commit ae87bc3.
1 parent ae87bc3 commit 48147a3

File tree

4 files changed

+15373
-18691
lines changed

4 files changed

+15373
-18691
lines changed

app/layout.tsx

-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { GoogleTagManager } from '@next/third-parties/google'
21
import { Analytics } from "@vercel/analytics/react"
32
import { Antonio, Libre_Baskerville, Open_Sans } from "next/font/google"
43
import "styles/tailwind.css"
@@ -7,7 +6,6 @@ import "styles/global.css"
76
import Footer from "components/Footer"
87
import Nav from "components/Nav"
98
import { ReportLoadingShade } from "components/ReportLoadingShade/ReportLoadingShade"
10-
119
// import { WipTag } from "components/WipTag"
1210

1311
// import Transitions, { Animate } from "components/Transition"
@@ -34,7 +32,6 @@ const openSans = Open_Sans({
3432
export default function RootLayout({ children }: { children: React.ReactNode }) {
3533
return (
3634
<html lang="en" className={`${antonio.variable} ${libreBaskerville.variable} ${openSans.variable} fontSans`}>
37-
<GoogleTagManager gtmId="GTM-WZWPHCG" />
3835
<body>
3936
{/* <Transitions> */}
4037
<Nav />

next-env.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
5+
// see https://nextjs.org/docs/basic-features/typescript for more information.

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"@mdx-js/react": "^3.0.1",
4040
"@next/bundle-analyzer": "^14.0.3",
4141
"@next/mdx": "^14.1.3",
42-
"@next/third-parties": "^14.2.13",
4342
"@polkadot/util": "^12.6.2",
4443
"@radix-ui/colors": "^3.0.0",
4544
"@radix-ui/react-accordion": "^1.1.2",
@@ -123,7 +122,7 @@
123122
"mdast-util-from-markdown": "^2.0.0",
124123
"micromark": "^4.0.0",
125124
"msgpackr": "^1.10.1",
126-
"next": "^14.2.13",
125+
"next": "^14.0.3",
127126
"next-compose-plugins": "^2.2.1",
128127
"next-mdx-remote": "^4.4.1",
129128
"node-fetch": "^3.3.2",

0 commit comments

Comments
 (0)