Skip to content

Commit

Permalink
feat: remove vercel analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
sebald committed Nov 12, 2023
1 parent 9d0ae49 commit 81d8c4c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 22 deletions.
4 changes: 0 additions & 4 deletions app/_components/analytics.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { cn } from '@/lib/utils';

import './globals.css';
import { sans } from './fonts';
import { AnalyticsWrapper } from './_components/analytics';
import { Analytics } from './_components/google-analytics';
import { SiteHeader } from './_components/site-header';
import { SiteFooter } from './_components/site-footer';
Expand Down Expand Up @@ -34,7 +33,6 @@ const Layout = ({ children }: LayoutProps) => (
{children}
</Container>
<SiteFooter />
<AnalyticsWrapper />
<Analytics />
</body>
</html>
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,14 @@
"@radix-ui/react-accordion": "1.1.2",
"@radix-ui/react-dialog": "1.0.5",
"@radix-ui/react-switch": "1.0.3",
"@vercel/analytics": "1.1.1",
"cheerio": "1.0.0-rc.12",
"class-variance-authority": "0.7.0",
"clsx": "2.0.0",
"dayjs": "1.11.10",
"kysely": "0.26.3",
"mysql2": "3.6.3",
"next": "14.0.1",
"nextjs-google-analytics": "^2.3.3",
"nextjs-google-analytics": "2.3.3",
"p-limit": "4.0.0",
"query-string": "^8.1.0",
"react": "18.2.0",
Expand Down
15 changes: 1 addition & 14 deletions pnpm-lock.yaml

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

1 comment on commit 81d8c4c

@vercel
Copy link

@vercel vercel bot commented on 81d8c4c Nov 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.