From 4520f8b1f701fae561ed49510579551c19dd190e Mon Sep 17 00:00:00 2001 From: Guy Ben-Aharon Date: Wed, 13 Aug 2025 11:34:08 +0300 Subject: [PATCH] update index.html (#850) --- index.html | 2 ++ 1 file changed, 2 insertions(+) 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); }