Skip to content

Commit

Permalink
chore: add vercel analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
FEUTechACMX committed Jan 3, 2025
1 parent 2f73c71 commit 4cf2e68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { GeistSans } from "geist/font/sans";
import { type Metadata } from "next";
import "src/styles/2023.css";
import { Analytics } from '@vercel/analytics/next';
import { TRPCReactProvider } from "~/trpc/react";

export const metadata: Metadata = {
Expand All @@ -16,6 +17,7 @@ export default function RootLayout({
<html lang="en" className={`${GeistSans.variable}`}>
<body>
<TRPCReactProvider>{children}</TRPCReactProvider>
<Analytics debug={true} />;
</body>
</html>
);
Expand Down

0 comments on commit 4cf2e68

Please sign in to comment.