dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix: builds should no accumulate on repeated changes (closes #404)
Jacky Zhao
2023-08-23
a1a1e7e1e0c06f2f7b759c5aecd6a9ceba3e2717
[scapegoat/Docs2.git]
/
quartz
/
components
/
scripts
/
plausible.inline.ts
1
2
3
import Plausible from "plausible-tracker"
const { trackPageview } = Plausible()
document.addEventListener("nav", () => trackPageview())