mirror of
https://github.com/smyalygames/anthonyberg-website.git
synced 2025-05-18 14:14: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 type { AppProps } from 'next/app'
|
||||||
import Head from 'next/head'
|
import Head from 'next/head'
|
||||||
import '../styles/main.css'
|
import '../styles/main.css'
|
||||||
import { Analytics } from '@vercel/analytics/react';
|
|
||||||
|
|
||||||
export default function App({ Component, pageProps }: AppProps) {
|
export default function App({ Component, pageProps }: AppProps) {
|
||||||
return (
|
return (
|
||||||
@ -17,7 +16,6 @@ export default function App({ Component, pageProps }: AppProps) {
|
|||||||
/>
|
/>
|
||||||
</Head>
|
</Head>
|
||||||
<Component {...pageProps} />
|
<Component {...pageProps} />
|
||||||
<Analytics />
|
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user