Skip to content

Commit

Permalink
feat: added tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
YohanTz committed Apr 24, 2024
1 parent 69887a5 commit d725f3b
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"@trpc/next": "^10.26.0",
"@trpc/react-query": "^10.26.0",
"@trpc/server": "^10.26.0",
"@vercel/analytics": "^1.2.2",
"alchemy-sdk": "^2.8.3",
"clsx": "^2.1.0",
"design-system": "workspace:*",
Expand Down
3 changes: 3 additions & 0 deletions apps/web/src/app/(routes)/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { Analytics } from "@vercel/analytics/react";
import clsx from "clsx";
import { type Metadata } from "next";
import localFont from "next/font/local";
Expand All @@ -9,6 +10,7 @@ import RootLayoutContainer from "./root-layout-container";

export const metadata: Metadata = {
description: "Start moving your Everai on Starknet",
metadataBase: new URL("https://bridge.arkproject.dev"),
openGraph: {
description: "Start moving your Everai on Starknet",
images: ["https://bridge.arkproject.dev/medias/bridge_thumbnail.png"],
Expand Down Expand Up @@ -93,6 +95,7 @@ function RootLayout({ children }: PropsWithChildren) {
suppressHydrationWarning
>
<RootLayoutContainer>{children}</RootLayoutContainer>
<Analytics />
</html>
);
}
Expand Down
23 changes: 23 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit d725f3b

Please sign in to comment.