mirror of
https://github.com/aljazceru/nostr-how.git
synced 2025-12-17 06:14:25 +01:00
Initialize vercel analytics
This commit is contained in:
@@ -2,6 +2,7 @@ import Head from 'next/head'
|
|||||||
import { slugifyWithCounter } from '@sindresorhus/slugify'
|
import { slugifyWithCounter } from '@sindresorhus/slugify'
|
||||||
|
|
||||||
import { Layout } from '@/components/Layout'
|
import { Layout } from '@/components/Layout'
|
||||||
|
import { Analytics } from '@vercel/analytics/react'
|
||||||
|
|
||||||
import 'focus-visible'
|
import 'focus-visible'
|
||||||
import '@/styles/tailwind.css'
|
import '@/styles/tailwind.css'
|
||||||
@@ -90,6 +91,7 @@ export default function App({ Component, pageProps }) {
|
|||||||
<Layout title={title} tableOfContents={tableOfContents}>
|
<Layout title={title} tableOfContents={tableOfContents}>
|
||||||
<Component {...pageProps} />
|
<Component {...pageProps} />
|
||||||
</Layout>
|
</Layout>
|
||||||
|
<Analytics />
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user