Skip to content

Commit

Permalink
config fathom in project
Browse files Browse the repository at this point in the history
  • Loading branch information
ribeirojose committed Mar 6, 2024
1 parent 3d3dba0 commit 0ea8489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/cow-amm-deployer/src/components/Fathom.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { load, trackPageview } from "fathom-client";
import { usePathname, useSearchParams } from "next/navigation";
import { Suspense, useEffect } from "react";

const appUrl = "balancer-tools.bleu.fi";
const fathomId = "HLWGNXQK";
const appUrl = "deploy-cow-amm.bleu.fi";
const fathomId = "VYHECOUI";

function TrackPageView() {
const pathname = usePathname();
Expand Down

0 comments on commit 0ea8489

Please sign in to comment.