mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
add vercel analytics
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
export { reportWebVitals } from 'next-axiom'
|
||||
import { Analytics } from '@vercel/analytics/react';
|
||||
import { useEffect } from 'react'
|
||||
|
||||
import type { AppProps } from 'next/app'
|
||||
@@ -41,6 +42,7 @@ export default function MyApp({
|
||||
) : (
|
||||
<Component {...pageProps} />
|
||||
)}
|
||||
<Analytics />
|
||||
</Layout>
|
||||
</SessionProvider>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user