Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
added vercel analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
greeenboi committed Feb 15, 2024
1 parent e7219ee commit 4048a8e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
'use client'
import { Analytics } from '@vercel/analytics/react';
import { Inter } from "next/font/google";
import "./globals.css";
import { Toaster } from "@/components/ui/sonner"
Expand All @@ -16,6 +17,7 @@ export default function RootLayout({
<body className={inter.className}>
{/* <Navbar /> */}
{children}
<Analytics />
<Toaster className=" bg-[#090909] text-white" />
</body>
</html>
Expand Down
14 changes: 14 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 @@ -19,6 +19,7 @@
"@radix-ui/react-slot": "^1.0.2",
"@react-three/drei": "^9.97.4",
"@supabase/supabase-js": "^2.39.3",
"@vercel/analytics": "^1.1.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"framer-motion": "^11.0.3",
Expand Down

0 comments on commit 4048a8e

Please sign in to comment.