Skip to content

Commit

Permalink
chore: remove analytics and speed insights
Browse files Browse the repository at this point in the history
  • Loading branch information
omBratteng committed Apr 12, 2024
1 parent dbdabb7 commit f30c0b3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { Metadata } from 'next'
import getConfig from 'next/config'
import { SpeedInsights } from '@vercel/speed-insights/next'
import { Analytics } from '@vercel/analytics/react'
import './globals.css'

import { PageTitle } from 'components/PageTitle'
Expand Down Expand Up @@ -50,8 +48,6 @@ export default function RootLayout({ children }: { children: React.ReactNode })
<PageTitle />
<main className="mx-2 max-w-[43.75rem] w-full py-1 self-center">{children}</main>
</div>
<SpeedInsights scriptSrc={`${publicRuntimeConfig.assetPrefix}/_vercel/speed-insights/script.js`} />
<Analytics scriptSrc={`${publicRuntimeConfig.assetPrefix}/_vercel/insights/script.js`} />
</body>
</html>
)
Expand Down

0 comments on commit f30c0b3

Please sign in to comment.