Skip to content

Commit

Permalink
Remove @vercel/analytics for now
Browse files Browse the repository at this point in the history
  • Loading branch information
baires committed Nov 4, 2023
1 parent 131f0a7 commit eb9eb21
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
14 changes: 0 additions & 14 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 @@ -15,7 +15,6 @@
"format": "prettier-eslint --write $PWD/'**/*.js'"
},
"dependencies": {
"@vercel/analytics": "^1.0.2",
"@vercel/og": "^0.5.20",
"date-fns": "^2.30.0",
"next": "^14.0.0",
Expand Down
2 changes: 0 additions & 2 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import React from 'react'
import { Analytics } from '@vercel/analytics/react'
import type { AppProps } from 'next/app'
import '../style.css'

function App({ Component, pageProps }: AppProps) {
return (
<>
<Component {...pageProps} />
<Analytics />
</>
)
}
Expand Down

1 comment on commit eb9eb21

@vercel
Copy link

@vercel vercel bot commented on eb9eb21 Nov 4, 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.