Remove Speed Insights from the app layout

This commit is contained in:
2569718930@qq.com
2026-03-27 17:48:47 +08:00
parent 436afe121a
commit 1ab7db065c
-2
View File
@@ -1,6 +1,5 @@
import type { Metadata } from "next";
import { Analytics } from "@vercel/analytics/react";
import { SpeedInsights } from "@vercel/speed-insights/next";
import "./globals.css";
export const metadata: Metadata = {
@@ -35,7 +34,6 @@ export default function RootLayout({
<body className="min-h-screen font-sans antialiased">
{children}
<Analytics />
<SpeedInsights />
</body>
</html>
);