Skip to content

Commit

Permalink
feat: adding analytics (#41)
Browse files Browse the repository at this point in the history
* adding analytics

* pnpm analytics
  • Loading branch information
meleksomai authored Aug 6, 2023
1 parent 1ace355 commit 154fcba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
4 changes: 2 additions & 2 deletions apps/somai.me/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// import { Analytics } from "@vercel/analytics/react";
import { Analytics } from "@vercel/analytics/react";
import { Inter, Lora, JetBrains_Mono } from "next/font/google";
import React from "react";

Expand Down Expand Up @@ -87,7 +87,7 @@ export default function RootLayout({
{children}
<Footer />
</Stack>
{/* <Analytics /> */}
<Analytics />
</Box>
</Providers>
</body>
Expand Down
2 changes: 1 addition & 1 deletion apps/somai.me/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@thugga/ui": "workspace:*",
"@vanilla-extract/css": "1.11.0",
"@vanilla-extract/next-plugin": "2.1.3",
"@vercel/analytics": "0.1.11",
"@vercel/analytics": "1.0.1",
"@vercel/og": "0.0.21",
"dayjs": "1.11.4",
"globby": "13.1.2",
Expand Down
12 changes: 4 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 154fcba

@vercel
Copy link

@vercel vercel bot commented on 154fcba Aug 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.