Skip to content

Commit

Permalink
Remove Vercel Analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
TyHil committed Oct 8, 2024
1 parent d30664e commit 64b41d6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 29 deletions.
26 changes: 0 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"@trpc/client": "^11.0.0-rc.340",
"@trpc/react-query": "^11.0.0-rc.340",
"@trpc/server": "^11.0.0-rc.340",
"@vercel/analytics": "^1.3.1",
"date-fns": "^2.30.0",
"dotenv": "^16.0.3",
"drizzle-orm": "^0.28.5",
Expand Down
2 changes: 0 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { TRPCReactProvider } from '@src/trpc/react';
import Sidebar from '@src/components/nav/Sidebar';
import { type Metadata } from 'next';

import { Analytics } from '@vercel/analytics/react';
import GoogleAnalytics from '@src/components/googleAnalytics';

const inter = Inter({
Expand Down Expand Up @@ -50,7 +49,6 @@ export default function RootLayout({
<Sidebar />
<div className="max-h-screen overflow-y-scroll">{children}</div>
</TRPCReactProvider>
<Analytics />
</body>
</html>
);
Expand Down

0 comments on commit 64b41d6

Please sign in to comment.