mirror of
https://github.com/aculix/vector-drawable-nextjs.git
synced 2026-06-12 21:08:35 +00:00
feat: add vercel analytics
This commit is contained in:
+5
-1
@@ -1,7 +1,11 @@
|
||||
import '../styles/globals.css'
|
||||
import { Analytics } from '@vercel/analytics/react';
|
||||
|
||||
function MyApp({ Component, pageProps }) {
|
||||
return <Component {...pageProps} />
|
||||
return (<>
|
||||
<Component {...pageProps} />
|
||||
<Analytics />
|
||||
</>)
|
||||
}
|
||||
|
||||
export default MyApp
|
||||
|
||||
Reference in New Issue
Block a user