Skip to content

Commit

Permalink
@analytics component
Browse files Browse the repository at this point in the history
  • Loading branch information
Kripu77 committed Sep 3, 2024
1 parent 05db57f commit 7e6f044
Show file tree
Hide file tree
Showing 3 changed files with 44 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 @@ -6,6 +6,7 @@ import { SiteHeader } from "@/components/layouts/site-header";
import { siteConfig } from '@/config/site';
import SiteFooter from '../components/layouts/site-footer';
import { SpeedInsights } from "@vercel/speed-insights/next"
import { Analytics } from "@vercel/analytics/react"


const inter = Inter({ subsets: ["latin"] });
Expand All @@ -30,6 +31,7 @@ export default function RootLayout({
<head />
<body >
<SpeedInsights/>
<Analytics/>
<ThemeProvider
attribute="class"
defaultTheme="system"
Expand Down
41 changes: 41 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 @@ -20,6 +20,7 @@
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"autoprefixer": "10.4.14",
"class-variance-authority": "^0.6.1",
Expand Down

0 comments on commit 7e6f044

Please sign in to comment.