mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
+vercel speed insights
This commit is contained in:
parent
24c2049edc
commit
2e4d490120
3 changed files with 11 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
import { Analytics } from '@vercel/analytics/react'
|
||||
import { SpeedInsights } from '@vercel/speed-insights/next'
|
||||
import { ThemeProvider } from 'next-themes'
|
||||
import { Inter } from 'next/font/google'
|
||||
import type { AppProps } from 'next/app'
|
||||
|
@ -21,6 +22,7 @@ export default function App({ Component, pageProps }: AppProps) {
|
|||
<Component {...pageProps} />
|
||||
</ThemeProvider>
|
||||
</main>
|
||||
<SpeedInsights />
|
||||
<Analytics />
|
||||
</>
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue