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:
@@ -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 />
|
||||
</>
|
||||
)
|
||||
|
Reference in New Issue
Block a user