Skip to content

Commit

Permalink
Add tracking with Plausible
Browse files Browse the repository at this point in the history
  • Loading branch information
mpanne committed May 16, 2024
1 parent 59b5c8f commit e1ddcf3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@ export default defineNuxtConfig({
sizes: "32x32",
},
],
script: [
{
type: "text/javascript",
src: "https://plausible.io/js/script.js",
defer: true,
"data-domain": "digitalservicebund.github.io/wie-viele-menschen",
},
],
},
},
});

0 comments on commit e1ddcf3

Please sign in to comment.