Skip to content

Commit

Permalink
remove speed insights
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanniser committed Oct 21, 2024
1 parent 9062360 commit 9eca7db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Cart } from "@/components/cart";
import { AuthServer } from "./auth.server";
import { Link } from "@/components/ui/link";
import { Analytics } from "@vercel/analytics/react";
import { SpeedInsights } from "@vercel/speed-insights/next";
// import { SpeedInsights } from "@vercel/speed-insights/next";
import { Toaster } from "sonner";
import { WelcomeToast } from "./welcome-toast";

Expand Down Expand Up @@ -163,7 +163,7 @@ export default async function RootLayout({
<WelcomeToast />
</Suspense>
<Analytics scriptSrc="/insights/events.js" endpoint="/hfi/events" />
<SpeedInsights scriptSrc="/insights/vitals.js" endpoint="/hfi/vitals" />
{/* <SpeedInsights scriptSrc="/insights/vitals.js" endpoint="/hfi/vitals" /> */}
</body>
</html>
);
Expand Down

0 comments on commit 9eca7db

Please sign in to comment.