diff --git a/index.html b/index.html index 662d370a..000318e2 100644 --- a/index.html +++ b/index.html @@ -27,6 +27,8 @@ const script = document.createElement('script'); script.src = 'https://cdn.usefathom.com/script.js'; script.setAttribute('data-site', 'PRHIVBNN'); + script.setAttribute('data-canonical', 'false'); + script.setAttribute('data-spa', 'auto'); script.defer = true; document.head.appendChild(script); }