Skip to content

Commit d7d03d9

Browse files
committed
Remove vercel analytics
1 parent 03be1ca commit d7d03d9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

website/app/layout.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import { colors, colorsRgb } from '@/data/config/colors.js';
1111

1212
import '@/css/globals.css';
1313
import { SearchProvider } from '@/components/shared/SearchProvider';
14-
import { AnalyticsWrapper } from '@/components/shared/Analytics';
1514

1615
const displayFont = Syne({
1716
subsets: ['latin'],
@@ -138,8 +137,6 @@ export default function RootLayout({
138137

139138
<body className="flex flex-col bg-white text-black antialiased dark:bg-gray-950 dark:text-white min-h-screen">
140139
<ThemeProviders>
141-
<AnalyticsWrapper />
142-
143140
<div className="w-full flex flex-col justify-between items-center font-sans">
144141
<PHProvider>
145142
<SearchProvider>

0 commit comments

Comments
 (0)