File tree 4 files changed +15373
-18691
lines changed
4 files changed +15373
-18691
lines changed Original file line number Diff line number Diff line change 1
- import { GoogleTagManager } from '@next/third-parties/google'
2
1
import { Analytics } from "@vercel/analytics/react"
3
2
import { Antonio , Libre_Baskerville , Open_Sans } from "next/font/google"
4
3
import "styles/tailwind.css"
@@ -7,7 +6,6 @@ import "styles/global.css"
7
6
import Footer from "components/Footer"
8
7
import Nav from "components/Nav"
9
8
import { ReportLoadingShade } from "components/ReportLoadingShade/ReportLoadingShade"
10
-
11
9
// import { WipTag } from "components/WipTag"
12
10
13
11
// import Transitions, { Animate } from "components/Transition"
@@ -34,7 +32,6 @@ const openSans = Open_Sans({
34
32
export default function RootLayout ( { children } : { children : React . ReactNode } ) {
35
33
return (
36
34
< html lang = "en" className = { `${ antonio . variable } ${ libreBaskerville . variable } ${ openSans . variable } fontSans` } >
37
- < GoogleTagManager gtmId = "GTM-WZWPHCG" />
38
35
< body >
39
36
{ /* <Transitions> */ }
40
37
< Nav />
Original file line number Diff line number Diff line change 2
2
/// <reference types="next/image-types/global" />
3
3
4
4
// 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.
Original file line number Diff line number Diff line change 39
39
"@mdx-js/react" : " ^3.0.1" ,
40
40
"@next/bundle-analyzer" : " ^14.0.3" ,
41
41
"@next/mdx" : " ^14.1.3" ,
42
- "@next/third-parties" : " ^14.2.13" ,
43
42
"@polkadot/util" : " ^12.6.2" ,
44
43
"@radix-ui/colors" : " ^3.0.0" ,
45
44
"@radix-ui/react-accordion" : " ^1.1.2" ,
123
122
"mdast-util-from-markdown" : " ^2.0.0" ,
124
123
"micromark" : " ^4.0.0" ,
125
124
"msgpackr" : " ^1.10.1" ,
126
- "next" : " ^14.2.13 " ,
125
+ "next" : " ^14.0.3 " ,
127
126
"next-compose-plugins" : " ^2.2.1" ,
128
127
"next-mdx-remote" : " ^4.4.1" ,
129
128
"node-fetch" : " ^3.3.2" ,
You can’t perform that action at this time.
0 commit comments