Skip to content

Commit

Permalink
Removed analytics section
Browse files Browse the repository at this point in the history
  • Loading branch information
silverfs committed Sep 6, 2024
1 parent d5a768b commit 75c902e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ export default function RootLayout({ children }: { children: React.ReactNode })
<link rel="alternate" type="application/rss+xml" href={`${basePath}/feed.xml`} />
<body className="bg-white pl-[calc(100vw-100%)] text-black antialiased dark:bg-gray-950 dark:text-white">
<ThemeProviders>
<Analytics analyticsConfig={siteMetadata.analytics as AnalyticsConfig} />
<SectionContainer>
<SearchProvider searchConfig={siteMetadata.search as SearchConfig}>
<Header />
Expand Down

0 comments on commit 75c902e

Please sign in to comment.