From 1aacd57b069f8bccd50dd4ccfa01493f121674ef Mon Sep 17 00:00:00 2001 From: JOYCEQL <1449239013@qq.com> Date: Thu, 12 Feb 2026 02:24:55 +0800 Subject: [PATCH] chore: remove Vercel Analytics integration --- src/app/providers.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/providers.tsx b/src/app/providers.tsx index 206fb46..5a268ad 100644 --- a/src/app/providers.tsx +++ b/src/app/providers.tsx @@ -1,7 +1,6 @@ "use client"; import { ThemeProvider } from "next-themes"; -import { Analytics } from "@vercel/analytics/next"; import { HeroUIProvider } from "@heroui/react"; import { useLocale } from "next-intl"; @@ -18,7 +17,6 @@ export function Providers({ children }: { children: React.ReactNode }) { storageKey="magic-resume-theme" > {children} - );