This commit is contained in:
Joshua Seigler 2025-07-03 01:36:59 -04:00
parent 45680e24e3
commit f7cfbacf2e
192 changed files with 98 additions and 98 deletions

View file

@ -63,7 +63,7 @@ function attend({ target}: UIEvent) {
return
}
umami?.track(`Link: ${target['innerText'] ?? target.getAttribute('href')}`, {
from: document.location,
from: document.location.href,
destination: target.getAttribute('href'),
})
}