dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
hot content reload
Jacky Zhao
2023-07-22
8dd73704e6e95254d2addf51fede6329f90796b8
[scapegoat/Docs2.git]
/
quartz
/
components
/
scripts
/
plausible.inline.ts
1
2
3
import Plausible from 'plausible-tracker'
const { trackPageview } = Plausible()
document.addEventListener("nav", () => trackPageview())