Skip to content

Commit 365c754

Browse files
committed
chore: switch to new plausible module
1 parent 67a683c commit 365c754

3 files changed

Lines changed: 18 additions & 19 deletions

File tree

docs/nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export default defineNuxtConfig({
33
imports: {
44
autoImport: true,
55
},
6-
modules: ['nuxt-plausible'],
6+
modules: ['@nuxtjs/plausible'],
77
plausible: {
88
domain: 'sanity.nuxtjs.org',
99
},

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@nuxt-themes/docus": "1.10.1",
13-
"nuxt": "3.4.1",
14-
"nuxt-plausible": "latest"
13+
"@nuxtjs/plausible": "latest",
14+
"nuxt": "3.4.1"
1515
}
1616
}

pnpm-lock.yaml

Lines changed: 15 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)