Skip to content

Commit

Permalink
utilize vercel analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
firehawk89 committed Feb 14, 2024
1 parent 591d973 commit 4df2fe0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import Footer from '@/components/footer'
import Header from '@/components/header/header'
import Providers from '@/store/providers'
import { SITE_URL, cn } from '@/utils'
import { Analytics } from '@vercel/analytics/react'

import { raleway } from './fonts'
import './globals.css'
Expand Down Expand Up @@ -40,6 +41,7 @@ export default function RootLayout({
<main className="flex-shrink flex-grow basis-0">{children}</main>
<Footer />
</Providers>
<Analytics />
</body>
</html>
)
Expand Down

0 comments on commit 4df2fe0

Please sign in to comment.