Skip to content

Commit

Permalink
Added vercel analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
aliirz committed Dec 3, 2024
1 parent 94445f6 commit e32ebf3
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { TailwindIndicator } from "@/components/tailwind-indicator"
import { ThemeProvider } from "@/components/theme-provider"
import { Footer } from "@/components/footer"
import { Toaster } from "@/components/ui/toaster"
import { Analytics } from "@vercel/analytics/react"

export const metadata: Metadata = {
title: {
Expand Down Expand Up @@ -51,6 +52,7 @@ export default function RootLayout({ children }: RootLayoutProps) {
</div>
<TailwindIndicator />
</ThemeProvider>
<Analytics />
</body>
</html>
</>
Expand Down
38 changes: 38 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"@radix-ui/react-toast": "^1.2.2",
"@supabase/supabase-js": "^2.46.2",
"@t3-oss/env-nextjs": "^0.10.1",
"@vercel/analytics": "^1.4.1",
"ai": "^4.0.4",
"class-variance-authority": "^0.7.1",
"clsx": "^1.2.1",
Expand Down

0 comments on commit e32ebf3

Please sign in to comment.