Skip to content

Commit

Permalink
feat(plausible): Add plausible analytics.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmussig committed Jan 30, 2023
1 parent 31f5560 commit 23a8e9f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,9 @@ export default {
publicRuntimeConfig: {
plausible: {
domain: process.env.PLAUSIBLE_DOMAIN,
apiHost: process.env.PLAUSIBLE_API_HOST
apiHost: process.env.PLAUSIBLE_API_HOST,
hashMode: true,
enableAutoOutboundTracking: true
}
}

Expand Down

0 comments on commit 23a8e9f

Please sign in to comment.