Skip to content

Commit 4ef0806

Browse files
Merge branch 'develop' of https://github.com/DevLoversTeam/devlovers.net into develop
2 parents 9d99457 + fc64c59 commit 4ef0806

3 files changed

Lines changed: 42 additions & 0 deletions

File tree

frontend/app/layout.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ import './globals.css';
22

33
import type { Metadata } from 'next';
44
import { Geist, Geist_Mono } from 'next/font/google';
5+
import { Analytics } from '@vercel/analytics/next';
6+
import { SpeedInsights } from '@vercel/speed-insights/next';
7+
import './globals.css';
8+
59

610
export const metadata: Metadata = {
711
icons: {
@@ -59,6 +63,8 @@ export default function RootLayout({
5963
className={`${geistSans.variable} ${geistMono.variable} bg-gray-50 text-gray-900 antialiased transition-colors duration-300 dark:bg-neutral-950 dark:text-gray-100`}
6064
>
6165
{children}
66+
<Analytics />
67+
<SpeedInsights />
6268
</body>
6369
</html>
6470
);

frontend/package-lock.json

Lines changed: 35 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"@stripe/stripe-js": "^8.6.0",
3535
"@upstash/redis": "^1.36.1",
3636
"@vercel/analytics": "^1.6.1",
37+
"@vercel/speed-insights": "^1.3.1",
3738
"bcryptjs": "^3.0.3",
3839
"class-variance-authority": "^0.7.1",
3940
"cloudinary": "^2.8.0",

0 commit comments

Comments
 (0)