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:
parent
2741b3ae0c
commit
07155659c0
@ -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",
|
||||
|
@ -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
1876
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user