Skip to content

Commit 67a0a7e

Browse files
chore: remove @vercel/analytics package (#948)
1 parent aa5f536 commit 67a0a7e

File tree

4 files changed

+979
-34
lines changed

4 files changed

+979
-34
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"@mdx-js/react": "^3.1.0",
2828
"@remark-embedder/core": "^3.0.3",
2929
"@tailwindcss/aspect-ratio": "^0.4.2",
30-
"@vercel/analytics": "^1.5.0",
3130
"call-me-maybe": "^1.0.2",
3231
"clsx": "^2.1.1",
3332
"docusaurus-plugin-remote-content": "^4.0.0",

src/theme/Layout/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
import React from 'react'
22
import Layout from '@theme-original/Layout'
33
import Head from '@docusaurus/Head'
4-
import { Analytics } from '@vercel/analytics/react'
54

65
export default function LayoutWrapper(props) {
76
return (
87
<>
98
<Layout {...props} />
10-
<Analytics />
119
</>
1210
)
1311
}

0 commit comments

Comments
 (0)