Skip to content

Commit 5aa1b5e

Browse files
committed
Merge branch 'production' of https://github.com/0xdevcollins/boundless
2 parents 57b8630 + 53af0fd commit 5aa1b5e

3 files changed

Lines changed: 42 additions & 0 deletions

File tree

app/layout.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { Inter } from 'next/font/google';
33
import './globals.css';
44
import { Toaster } from 'sonner';
55
import { Providers } from './providers';
6+
import { Analytics } from '@vercel/analytics/next';
67
import {
78
generateOrganizationStructuredData,
89
generateWebsiteStructuredData,
@@ -93,6 +94,7 @@ export default function RootLayout({
9394
{children}
9495
<Toaster />
9596
</Providers>
97+
<Analytics />
9698
</body>
9799
</html>
98100
);

package-lock.json

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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"@types/react-beautiful-dnd": "^13.1.8",
6262
"@types/react-dropzone": "^4.2.2",
6363
"@uiw/react-md-editor": "^4.0.8",
64+
"@vercel/analytics": "^1.5.0",
6465
"axios": "^1.12.0",
6566
"class-variance-authority": "^0.7.1",
6667
"clsx": "^2.1.1",

0 commit comments

Comments
 (0)