dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'v4' of https://github.com/jackyzha0/quartz into v4
Jacky Zhao
2023-08-20
443c1828901f364cb7f5708a64a32494eea28d28
[scapegoat/Docs2.git]
/
quartz
/
components
/
scripts
/
plausible.inline.ts
1
2
3
import Plausible from "plausible-tracker"
const { trackPageview } = Plausible()
document.addEventListener("nav", () => trackPageview())