We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa5f536 commit 67a0a7eCopy full SHA for 67a0a7e
package.json
@@ -27,7 +27,6 @@
27
"@mdx-js/react": "^3.1.0",
28
"@remark-embedder/core": "^3.0.3",
29
"@tailwindcss/aspect-ratio": "^0.4.2",
30
- "@vercel/analytics": "^1.5.0",
31
"call-me-maybe": "^1.0.2",
32
"clsx": "^2.1.1",
33
"docusaurus-plugin-remote-content": "^4.0.0",
src/theme/Layout/index.js
@@ -1,13 +1,11 @@
1
import React from 'react'
2
import Layout from '@theme-original/Layout'
3
import Head from '@docusaurus/Head'
4
-import { Analytics } from '@vercel/analytics/react'
5
6
export default function LayoutWrapper(props) {
7
return (
8
<>
9
<Layout {...props} />
10
- <Analytics />
11
</>
12
)
13
}
0 commit comments