Skip to content

Commit 963cf20

Browse files
committed
chore: remove Vercel Analytics
1 parent 536a53c commit 963cf20

File tree

3 files changed

+993
-941
lines changed

3 files changed

+993
-941
lines changed

apps/enji.dev/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"@next/font": "^13.1.1",
2424
"@next/mdx": "^13.1.1",
2525
"@prisma/client": "^4.8.1",
26-
"@vercel/analytics": "^0.1.6",
2726
"@vercel/og": "^0.0.22",
2827
"axios": "^1.2.2",
2928
"clsx": "^1.2.1",

apps/enji.dev/src/pages/_app.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { Analytics } from '@vercel/analytics/react';
2-
31
import RootLayout from '@/components/layouts/Root';
42
import WithNavigationFooter from '@/components/layouts/WithNavigationFooter';
53
import Provider from '@/providers';
@@ -38,7 +36,6 @@ function App({ Component, pageProps, router }: AppPropsWithLayout) {
3836
<RootLayout>
3937
{/* eslint-disable-next-line react/jsx-props-no-spreading */}
4038
{getLayout(<Component {...pageProps} />)}
41-
<Analytics />
4239
</RootLayout>
4340
</Provider>
4441
);

0 commit comments

Comments
 (0)