Skip to content

Commit e8a143a

Browse files
committed
Disable vercel stuff
1 parent f7cf967 commit e8a143a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pages/_app.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import { ChakraProvider } from '@chakra-ui/react'
44
import type { AppProps } from 'next/app'
55
import { GoogleAnalytics } from '@next/third-parties/google'
66
import { eurostile } from '@/assets/fonts'
7-
import { Analytics as VercelAnalytics } from '@vercel/analytics/next'
8-
import { SpeedInsights } from '@vercel/speed-insights/next'
7+
// import { Analytics as VercelAnalytics } from '@vercel/analytics/next'
8+
// import { SpeedInsights } from '@vercel/speed-insights/next'
99

1010
export default function MyApp({ Component, pageProps }: AppProps) {
1111
const gaId = 'G-220V3ZRLLS'
@@ -15,8 +15,8 @@ export default function MyApp({ Component, pageProps }: AppProps) {
1515
<MainLayout className={eurostile.className}>
1616
<Component {...pageProps} />
1717
<GoogleAnalytics gaId={gaId} />
18-
<VercelAnalytics />
19-
<SpeedInsights />
18+
{/* <VercelAnalytics /> */}
19+
{/* <SpeedInsights /> */}
2020
</MainLayout>
2121
</ChakraProvider>
2222
)

0 commit comments

Comments
 (0)