We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9810044 commit 13c7b19Copy full SHA for 13c7b19
apps/landing/src/component/Fathom.tsx
@@ -11,7 +11,7 @@ function TrackPageView() {
11
12
// Load the Fathom script on mount
13
useEffect(() => {
14
- //@ts-ignore
+ //@ts-expect-error
15
load(process.env.NEXT_PUBLIC_FATHOM_ID, {
16
auto: false,
17
});
0 commit comments