From f9a4c1291956873e45a2164bf85c494d1567bf4b Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Sat, 24 Feb 2024 22:56:29 +0800 Subject: [PATCH] :chart_with_upwards_trend: Add track code --- app/layout.tsx | 11 ++++++++++- package.json | 1 + 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index ad5bdd7..583720d 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -5,6 +5,7 @@ import { AppRouterCacheProvider } from "@mui/material-nextjs/v13-appRouter"; import { CssBaseline } from "@mui/material"; import { SITE_DESCRIPTION, SITE_NAME } from "@/app/consts"; import { theme } from "@/app/theme"; +import { SpeedInsights } from "@vercel/speed-insights/next"; import "@fontsource/roboto/300.css"; import "@fontsource/roboto/400.css"; @@ -34,11 +35,19 @@ export default function RootLayout({ children }: Readonly<{ - + + {children} + +