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