Skip to content

Commit

Permalink
patch: dont care
Browse files Browse the repository at this point in the history
  • Loading branch information
potts99 committed Nov 6, 2024
1 parent 1fa0728 commit c46b5fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/landing/src/component/Fathom.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Fathom.tsx
// @ts-nocheck
"use client";


import { load, trackPageview } from "fathom-client";
import { useEffect, Suspense } from "react";
import { usePathname, useSearchParams } from "next/navigation";
Expand All @@ -11,7 +13,6 @@ function TrackPageView() {

// Load the Fathom script on mount
useEffect(() => {
//@ts-expect-error
load(process.env.NEXT_PUBLIC_FATHOM_ID, {
auto: false,
});
Expand Down

0 comments on commit c46b5fc

Please sign in to comment.