mirror of
https://github.com/smyalygames/anthonyberg-website.git
synced 2025-05-18 06:04:12 +02:00
build: remove @vercel/analytics
This commit is contained in:
parent
0b59a92f6f
commit
ab45f1f614
@ -2,7 +2,6 @@ import 'nextra-theme-blog/style.css'
|
||||
import type { AppProps } from 'next/app'
|
||||
import Head from 'next/head'
|
||||
import '../styles/main.css'
|
||||
import { Analytics } from '@vercel/analytics/react';
|
||||
|
||||
export default function App({ Component, pageProps }: AppProps) {
|
||||
return (
|
||||
@ -17,7 +16,6 @@ export default function App({ Component, pageProps }: AppProps) {
|
||||
/>
|
||||
</Head>
|
||||
<Component {...pageProps} />
|
||||
<Analytics />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user