File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 "@tanstack/react-virtual" : " ^3.11.2" ,
3636 "@types/mdx" : " ^2.0.13" ,
3737 "@typescript-eslint/parser" : " ^8.4.0" ,
38+ "@vercel/speed-insights" : " ^1.2.0" ,
3839 "clsx" : " ^2.1.1" ,
3940 "copy-to-clipboard" : " ^3.3.2" ,
4041 "dayjs" : " ^1.11.5" ,
Original file line number Diff line number Diff line change 11import { GoogleAnalytics } from "@next/third-parties/google"
2+ import { SpeedInsights } from "@vercel/speed-insights/next"
23import { Metadata } from "next"
34// import SentrySetting from "@/components/SentrySetting"
45import React , { Suspense } from "react"
@@ -45,6 +46,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
4546 </ AppRouterCacheProvider >
4647 { process . env . NODE_ENV === "production" && (
4748 < >
49+ < SpeedInsights > </ SpeedInsights >
4850 < Suspense fallback = { null } >
4951 < GoogleAnalytics gaId = { process . env . NEXT_PUBLIC_GOOGLE_ANALYTICS_ID } />
5052 </ Suspense >
Original file line number Diff line number Diff line change 37283728 resolved "https://registry.yarnpkg.com/@vanilla-extract/sprinkles/-/sprinkles-1.6.1.tgz#2c8a832757a0d8104dc6bd5d961db2c70d1dbdcb"
37293729 integrity sha512-N/RGKwGAAidBupZ436RpuweRQHEFGU+mvAqBo8PRMAjJEmHoPDttV8RObaMLrJHWLqvX+XUMinHUnD0hFRQISw==
37303730
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+
37313736"@wagmi/connectors@5.1.8":
37323737 version "5.1.8"
37333738 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