Skip to content

Commit 13476cc

Browse files
committed
chore: add plausible
1 parent 410463e commit 13476cc

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
lines changed

docus/nuxt.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// https://nuxt.com/docs/api/configuration/nuxt-config
2+
export default defineNuxtConfig({
3+
modules: ["@nuxtjs/plausible"]
4+
})

docus/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@
99
"devDependencies": {
1010
"@larbish/docus": "latest"
1111
},
12-
"packageManager": "[email protected]"
12+
"packageManager": "[email protected]",
13+
"dependencies": {
14+
"@nuxtjs/plausible": "1.2.0"
15+
}
1316
}

docus/pnpm-lock.yaml

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

0 commit comments

Comments
 (0)