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 bdac055 commit 47d7dd6Copy full SHA for 47d7dd6
hooks/useFathom.ts
@@ -7,8 +7,8 @@ export const useFathom = () => {
7
8
useEffect(() => {
9
Fathom.load("MZIALJZP", {
10
+ honorDNT: true,
11
includedDomains: ["tddworkshop.com"],
- url: "https://alpaca.tddworkshop.com/script.js",
12
});
13
14
function onRouteChangeComplete() {
0 commit comments