Skip to content

Commit 1a3884a

Browse files
authored
chore: disable analytics for now
1 parent cacfb31 commit 1a3884a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pages/_app.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
import { Analytics } from '@vercel/analytics/react';
21
import { SiteProvider } from '../providers/siteProvider';
32
import { LocaleProvider } from '../providers/localeProvider';
43
import { BlogDataProvider } from '../providers/blogDataProvider';
54
import { NodeReleasesProvider } from '../providers/nodeReleasesProvider';
65
import { sourceSans } from '../util/nextFonts';
7-
import * as nextConstants from '../next.constants.mjs';
86
import type { AppProps } from 'next/app';
97

108
import '../styles/old/index.scss';
@@ -21,8 +19,6 @@ const App = ({ Component, pageProps }: AppProps) => (
2119
</SiteProvider>
2220
</LocaleProvider>
2321

24-
{nextConstants.ENABLE_STATIC_EXPORT || <Analytics />}
25-
2622
<style jsx global>
2723
{`
2824
body {

0 commit comments

Comments
 (0)