Skip to content

Commit 1e56620

Browse files
committed
Fix Fathom tracking
1 parent e01f088 commit 1e56620

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hooks/useFathom.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ export const useFathom = () => {
88
useEffect(() => {
99
Fathom.load("UGMTAFWE", {
1010
canonical: false,
11+
honorDNT: true,
1112
includedDomains: ["codecoolture.com"],
12-
url: "https://stingray.codecoolture.com/script.js",
1313
});
1414

1515
function onRouteChangeComplete() {

0 commit comments

Comments
 (0)