Skip to content

Commit

Permalink
user tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
azavalny committed Nov 18, 2024
1 parent 68d84e6 commit afc9192
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
36 changes: 36 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 @@ -22,6 +22,7 @@
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@vercel/analytics": "^1.4.0",
"@vercel/speed-insights": "^1.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dompurify": "^3.1.7",
Expand Down
4 changes: 4 additions & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import { ThemeProvider } from "@/components/theme-provider";
import { Toaster } from "sonner";
import { TouchProvider } from "@/components/ui/TouchProvider";
import Head from "next/head";
import { Analytics } from '@vercel/analytics/next';
import { SpeedInsights } from "@vercel/speed-insights/next"

const plusJakartaSans = Plus_Jakarta_Sans({
subsets: ["latin"],
Expand Down Expand Up @@ -60,6 +62,8 @@ export default function RootLayout({
}}
position="top-right"
/>
<Analytics />
<SpeedInsights />
</body>
</html>
);
Expand Down

0 comments on commit afc9192

Please sign in to comment.