File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ import { ChakraProvider } from '@chakra-ui/react'
44import type { AppProps } from 'next/app'
55import { GoogleAnalytics } from '@next/third-parties/google'
66import { 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
1010export 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 )
You can’t perform that action at this time.
0 commit comments