Skip to content

Commit

Permalink
added vercel analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
ezhillragesh committed Jan 5, 2024
1 parent aff13c9 commit fcea331
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 @@
import type { Metadata } from 'next';
import { Analytics } from '@vercel/analytics/react';
import { Poppins } from 'next/font/google';
import './globals.css';
import Navbar from '@/comps/navbar';
Expand Down Expand Up @@ -47,6 +48,7 @@ export default function RootLayout({
<body className={inter.className}>
<Navbar />
{children}
<Analytics />
<div className=" my-14"></div>
<Footer />
</body>
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 @@ -16,6 +16,7 @@
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-slot": "^1.0.2",
"@vercel/analytics": "^1.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"date-fns": "^3.0.6",
Expand Down

0 comments on commit fcea331

Please sign in to comment.