Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit 5c80e9d

Browse files
committed
add plausible analytics to docs
1 parent 73f8458 commit 5c80e9d

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

bun.lockb

-54.8 KB
Binary file not shown.

docs/nuxt.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ export default defineNuxtConfig({
66
'@nuxt/ui',
77
'@nuxt/fonts',
88
'@nuxthq/studio',
9-
'nuxt-og-image'
9+
'nuxt-og-image',
10+
'@nuxtjs/plausible'
1011
],
1112
hooks: {
1213
// Define `@nuxt/ui` components as global to use them in `.md` (feel free to add those you need)

docs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"@nuxt/content": "^2.12.1",
1818
"@nuxt/fonts": "^0.5.1",
1919
"@nuxt/ui-pro": "^1.1.0",
20+
"@nuxtjs/plausible": "^1.0.0",
2021
"nuxt": "^3.11.2",
2122
"nuxt-og-image": "^2.2.4"
2223
},

0 commit comments

Comments
 (0)