1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 04:45:22 -04:00

remove vercel analytics

This commit is contained in:
Jake Jarvis 2023-09-01 10:30:16 -04:00
parent 2741b3ae0c
commit 07155659c0
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39
3 changed files with 987 additions and 893 deletions

View File

@ -27,7 +27,6 @@
"@prisma/client": "^5.2.0",
"@react-spring/web": "^9.7.3",
"@stitches/react": "^1.3.1-1",
"@vercel/analytics": "^1.0.2",
"@vercel/postgres": "^0.4.1",
"comma-number": "^2.1.0",
"copy-to-clipboard": "^3.3.3",

View File

@ -1,7 +1,6 @@
import { useEffect } from "react";
import { useRouter } from "next/router";
import { DefaultSeo, SocialProfileJsonLd } from "next-seo";
import { Analytics } from "@vercel/analytics/react";
import * as Fathom from "fathom-client";
import { ThemeProvider } from "../contexts/ThemeContext";
import Layout from "../components/Layout";
@ -74,8 +73,6 @@ const App = ({ Component, pageProps }: AppProps) => {
<SocialProfileJsonLd {...socialProfileJsonLd} />
<ThemeProvider classNames={themeClassNames}>{getLayout(<Component {...pageProps} />)}</ThemeProvider>
<Analytics />
</>
);
};

1876
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff