Skip to content

Commit

Permalink
Configure plausible module
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangDrescher committed Mar 24, 2023
1 parent d5a8532 commit 805c1e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export default defineNuxtConfig({
'nuxt-icon',
'@nuxtjs/i18n-edge',
'@nuxt/content',
'@nuxtjs/plausible',
],
vite: {
worker: {
Expand Down Expand Up @@ -100,4 +101,7 @@ export default defineNuxtConfig({
},
},
},
plausible: {
apiHost: 'https://plausible.mh-freiburg.de',
},
});

0 comments on commit 805c1e9

Please sign in to comment.