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 1616 },
1717 "dependencies" : {
1818 "@gsap/react" : " ^2.1.1" ,
19+ "@vercel/speed-insights" : " ^1.1.0" ,
1920 "animate.css" : " ^4.1.1" ,
2021 "clsx" : " ^2.1.1" ,
2122 "gsap" : " ^3.12.5" ,
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import { PERSONAL_DATA } from '@/data';
66import { textFont } from '@/app/fonts' ;
77import { ToastContainer } from 'react-toastify' ;
88import { Header } from '@/layout/components/header' ;
9+ import { SpeedInsights } from '@vercel/speed-insights/next' ;
910import { CustomCursor } from '@/shared/components/custom-cursor' ;
1011
1112import 'animate.css' ;
@@ -58,6 +59,7 @@ export default function RootLayout({
5859 < Header />
5960 { children }
6061
62+ < SpeedInsights />
6163 < ToastContainer position = 'bottom-center' theme = 'colored' />
6264 < Script src = '/click-spark.js' />
6365 < Script src = '/service-worker.js' />
You can’t perform that action at this time.
0 commit comments