Skip to content

Commit

Permalink
Merge pull request #258 from UTDNebula/remove-vercel-analytics
Browse files Browse the repository at this point in the history
Remove Vercel Analytics
  • Loading branch information
AbhiramTadepalli authored Nov 16, 2024
2 parents 46006fb + c305731 commit 3816683
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 31 deletions.
28 changes: 0 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"@mui/icons-material": "^6.1.2",
"@mui/material": "^6.1.2",
"@next/third-parties": "^14.2.15",
"@vercel/analytics": "^1.0.0",
"@vercel/speed-insights": "^1.0.12",
"apexcharts": "^3.33.2",
"autoprefixer": "^10.4.2",
Expand Down
2 changes: 0 additions & 2 deletions src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import '@/styles/globals.css';
import { useMediaQuery } from '@mui/material';
import { createTheme, ThemeProvider } from '@mui/material/styles';
import { GoogleAnalytics } from '@next/third-parties/google';
import { Analytics } from '@vercel/analytics/react';
import { SpeedInsights } from '@vercel/speed-insights/react';
import type { AppProps } from 'next/app';
import { Inter } from 'next/font/google';
Expand Down Expand Up @@ -139,7 +138,6 @@ function MyApp({ Component, pageProps }: AppProps) {
<GitHubButton />
</div>
</ThemeProvider>
<Analytics />
<SpeedInsights route={router.pathname} />
</>
);
Expand Down

0 comments on commit 3816683

Please sign in to comment.