From f0f3dbe5b1e47c054fc2dc4eca63f2363e322a87 Mon Sep 17 00:00:00 2001 From: periodicbrake Date: Sun, 22 Mar 2026 15:28:43 +0100 Subject: [PATCH] added vercel stat monitoring --- app/layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/layout.tsx b/app/layout.tsx index 976eb90..8473532 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,6 +1,7 @@ import type { Metadata } from "next"; import { Geist, Geist_Mono } from "next/font/google"; import "./globals.css"; +import { Analytics } from "@vercel/analytics/next" const geistSans = Geist({ variable: "--font-geist-sans",