dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(explorer): improve accessibility and consistency (+ bug fix) (#488)
Ben Schlegel
2023-09-20
b029eeadabe0877df6ec11443c68743f1494bc40
[scapegoat/Docs2.git]
/
quartz
/
components
/
scripts
/
plausible.inline.ts
1
2
3
import Plausible from "plausible-tracker"
const { trackPageview } = Plausible()
document.addEventListener("nav", () => trackPageview())