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 23a8e9f commit bdee130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export default {
plausible: {
domain: process.env.PLAUSIBLE_DOMAIN,
apiHost: process.env.PLAUSIBLE_API_HOST,
hashMode: true,
hashMode: false,
enableAutoOutboundTracking: true
}
}
Expand Down

0 comments on commit bdee130

Please sign in to comment.