Skip to content

Commit

Permalink
analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
lawandothman committed Oct 8, 2024
1 parent 781e30c commit aa8eaf6
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@fontsource/inter": "^5.0.15",
"@vercel/analytics": "^1.3.1",
"framer-motion": "^10",
"next": "^14.2.7",
"next-seo": "^6.4.0",
Expand Down
2 changes: 2 additions & 0 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { ChakraProvider } from '@chakra-ui/react'
import { DefaultSeo } from 'next-seo'
import SEO from 'next-seo.config'
import { AppProps } from 'next/app'
import { Analytics } from '@vercel/analytics/react'

import theme from 'styles/theme'

Expand All @@ -11,6 +12,7 @@ const MyApp = ({ Component, pageProps }: AppProps) => {
<DefaultSeo {...SEO} />
<ChakraProvider theme={theme} resetCSS>
<Component {...pageProps} />
<Analytics />
</ChakraProvider>
</>
)
Expand Down
26 changes: 26 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit aa8eaf6

Please sign in to comment.