From ae87bc3990ca7621810e552df8d8d3369e5eb1d7 Mon Sep 17 00:00:00 2001 From: nofurtherinformation Date: Fri, 20 Sep 2024 11:09:01 -0500 Subject: [PATCH] Add google analytics --- app/layout.tsx | 3 + next-env.d.ts | 2 +- package.json | 3 +- pnpm-lock.yaml | 34752 ++++++++++++++++++++++++++--------------------- 4 files changed, 19039 insertions(+), 15721 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 0ce199f..6e8fa91 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,3 +1,4 @@ +import { GoogleTagManager } from '@next/third-parties/google' import { Analytics } from "@vercel/analytics/react" import { Antonio, Libre_Baskerville, Open_Sans } from "next/font/google" import "styles/tailwind.css" @@ -6,6 +7,7 @@ import "styles/global.css" import Footer from "components/Footer" import Nav from "components/Nav" import { ReportLoadingShade } from "components/ReportLoadingShade/ReportLoadingShade" + // import { WipTag } from "components/WipTag" // import Transitions, { Animate } from "components/Transition" @@ -32,6 +34,7 @@ const openSans = Open_Sans({ export default function RootLayout({ children }: { children: React.ReactNode }) { return ( + {/* */}