yabhq / nuxt-fathom

Fathom analytics for NuxtJS
10 stars 2 forks source link

Enable pushstate navigation tracking #1

Closed ghost closed 4 years ago

ghost commented 4 years ago

To enable pushstate navigation tracking the following line needs to be added:

fathom('set', 'spa', 'pushstate')

See: https://usefathom.com/support/tracking

chrisblackwell commented 4 years ago

@kms-rscholz Thanks for the addition 👍