Skip to content

Commit

Permalink
remove vercel analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
atinylittleshell committed Apr 21, 2023
1 parent 80b3ac1 commit 658ba34
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
9 changes: 0 additions & 9 deletions package-lock.json

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

2 changes: 0 additions & 2 deletions packages/web/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import './globals.css';

import { Analytics } from '@vercel/analytics/react';
import { Source_Code_Pro } from 'next/font/google';
import { Metadata } from 'next/types';

Expand Down Expand Up @@ -29,7 +28,6 @@ export default function Layout({ children }: { children: React.ReactNode }) {
<BuyMeACoffeeButton />
<GithubButton />
</div>
<Analytics />
</body>
</html>
);
Expand Down
1 change: 0 additions & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@types/react-dom": "18.0.10",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"@vercel/analytics": "^0.1.11",
"aicmd-shared": "1.0.0",
"autoprefixer": "^10.4.4",
"cross-env": "^7.0.3",
Expand Down

1 comment on commit 658ba34

@vercel
Copy link

@vercel vercel bot commented on 658ba34 Apr 21, 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.