vercel analytics

This commit is contained in:
Cypro Freelance 2024-08-26 19:15:51 +05:30
parent 95ea8bccc1
commit 96eead761a
3 changed files with 31 additions and 201 deletions

View file

@ -4,6 +4,7 @@ import "./globals.css";
import { ThemeProvider } from "@/components/shared/providers/themeprovider";
import AuthProvider from "@/components/shared/providers/AuthProvider";
import { Toaster } from "@/components/ui/toaster";
import { Analytics } from "@vercel/analytics/react";
const poppins = Poppins({
weight: ["400", "600", "700", "900"],
@ -57,6 +58,7 @@ export default function RootLayout({
<AuthProvider>
{children}
<Toaster />
<Analytics />
</AuthProvider>
</ThemeProvider>
</body>

229
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -35,6 +35,7 @@
"@types/nodemailer": "^6.4.15",
"@uiw/react-md-editor": "^4.0.4",
"@uploadthing/react": "^6.6.0",
"@vercel/analytics": "^1.3.1",
"bcrypt": "^5.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",