quartz-research-note/quartz/components/scripts/plausible.inline.ts

4 lines
136 B
TypeScript
Raw Normal View History

2023-07-02 20:08:29 +00:00
import Plausible from 'plausible-tracker'
const { trackPageview } = Plausible()
document.addEventListener("nav", () => trackPageview())