File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 1919 ]
2020 },
2121 "dependencies" : {
22+ "@vercel/analytics" : " ^1.2.2" ,
2223 "framer-motion" : " ^11.0.24" ,
2324 "lucide-react" : " ^0.363.0" ,
2425 "prismjs" : " ^1.29.0" ,
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import { ScrollRestoration } from 'react-router-dom'
33import PageBackground from '../components/PageBackground'
44import Nav from '../partials/Nav'
55import Footer from '../partials/Footer'
6+ import { Analytics } from '@vercel/analytics/react'
67
78function Page ( { children } : PropsWithChildren < PageProps > ) {
89 return (
@@ -14,6 +15,7 @@ function Page({ children }: PropsWithChildren<PageProps>) {
1415 < Footer />
1516 </ div >
1617 < ScrollRestoration />
18+ < Analytics />
1719 </ div >
1820 )
1921}
You can’t perform that action at this time.
0 commit comments