diff --git a/pages/_app.tsx b/pages/_app.tsx
index eb9dbf6..29fdfda 100644
--- a/pages/_app.tsx
+++ b/pages/_app.tsx
@@ -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) {
/>
-
>
)
}