File tree 3 files changed +8
-0
lines changed 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 35
35
"@tanstack/react-virtual" : " ^3.11.2" ,
36
36
"@types/mdx" : " ^2.0.13" ,
37
37
"@typescript-eslint/parser" : " ^8.4.0" ,
38
+ "@vercel/speed-insights" : " ^1.2.0" ,
38
39
"clsx" : " ^2.1.1" ,
39
40
"copy-to-clipboard" : " ^3.3.2" ,
40
41
"dayjs" : " ^1.11.5" ,
Original file line number Diff line number Diff line change 1
1
import { GoogleAnalytics } from "@next/third-parties/google"
2
+ import { SpeedInsights } from "@vercel/speed-insights/next"
2
3
import { Metadata } from "next"
3
4
// import SentrySetting from "@/components/SentrySetting"
4
5
import React , { Suspense } from "react"
@@ -45,6 +46,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
45
46
</ AppRouterCacheProvider >
46
47
{ process . env . NODE_ENV === "production" && (
47
48
< >
49
+ < SpeedInsights > </ SpeedInsights >
48
50
< Suspense fallback = { null } >
49
51
< GoogleAnalytics gaId = { process . env . NEXT_PUBLIC_GOOGLE_ANALYTICS_ID } />
50
52
</ Suspense >
Original file line number Diff line number Diff line change 3728
3728
resolved "https://registry.yarnpkg.com/@vanilla-extract/sprinkles/-/sprinkles-1.6.1.tgz#2c8a832757a0d8104dc6bd5d961db2c70d1dbdcb"
3729
3729
integrity sha512-N/RGKwGAAidBupZ436RpuweRQHEFGU+mvAqBo8PRMAjJEmHoPDttV8RObaMLrJHWLqvX+XUMinHUnD0hFRQISw==
3730
3730
3731
+ "@vercel/speed-insights@^1.2.0":
3732
+ version "1.2.0"
3733
+ resolved "https://registry.yarnpkg.com/@vercel/speed-insights/-/speed-insights-1.2.0.tgz#1656c3596d4ec02d93d301ca45944c1b9b245186"
3734
+ integrity sha512-y9GVzrUJ2xmgtQlzFP2KhVRoCglwfRQgjyfY607aU0hh0Un6d0OUyrJkjuAlsV18qR4zfoFPs/BiIj9YDS6Wzw==
3735
+
3731
3736
3732
3737
version "5.1.8"
3733
3738
resolved "https://registry.yarnpkg.com/@wagmi/connectors/-/connectors-5.1.8.tgz#3793fecfa8bbe7c1b675f36103fc3bfdb8262e63"
You can’t perform that action at this time.
0 commit comments