Skip to content

Commit 47d7dd6

Browse files
committed
Update Fathom tracking
1 parent bdac055 commit 47d7dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/useFathom.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ export const useFathom = () => {
77

88
useEffect(() => {
99
Fathom.load("MZIALJZP", {
10+
honorDNT: true,
1011
includedDomains: ["tddworkshop.com"],
11-
url: "https://alpaca.tddworkshop.com/script.js",
1212
});
1313

1414
function onRouteChangeComplete() {

0 commit comments

Comments
 (0)