update next and next-axiom

This commit is contained in:
Thomas Ruoff
2023-11-08 08:07:54 +01:00
parent 413d9d0cc4
commit 4225e6b17d
3 changed files with 103 additions and 101 deletions

View File

@@ -1,4 +1,4 @@
export { reportWebVitals } from 'next-axiom'
import { AxiomWebVitals } from 'next-axiom'
import { Analytics } from '@vercel/analytics/react';
import { useEffect } from 'react'
@@ -45,6 +45,7 @@ export default function MyApp({
<Analytics />
</Layout>
</SessionProvider>
<AxiomWebVitals />
</div>
)
}
}