Skip to content

Commit 22a27a4

Browse files
committed
docs: move to plausible analytics
1 parent b92b6e9 commit 22a27a4

File tree

3 files changed

+15
-25
lines changed

3 files changed

+15
-25
lines changed

docs/nuxt.config.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ export default theme({
44
docs: {
55
primaryColor: '#AA7AB5'
66
},
7-
buildModules: ['nuxt-ackee'],
8-
ackee: {
9-
server: 'https://ackee.nuxtjs.com',
10-
domainId: 'a1a834f9-be7a-45ca-a18e-4ab559cd8452',
11-
detailed: true
7+
buildModules: ['vue-plausible'],
8+
plausible: {
9+
domain: 'axios.nuxtjs.org'
1210
},
1311
pwa: {
1412
manifest: {

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"nuxt": "^2.14.12"
1414
},
1515
"devDependencies": {
16-
"nuxt-ackee": "^2.0.0"
16+
"vue-plausible": "^1.1.3"
1717
}
1818
}

docs/yarn.lock

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2311,13 +2311,6 @@ accepts@^1.3.5, accepts@~1.3.5, accepts@~1.3.7:
23112311
mime-types "~2.1.24"
23122312
negotiator "0.6.2"
23132313

2314-
ackee-tracker@^4.0.0:
2315-
version "4.0.2"
2316-
resolved "https://registry.yarnpkg.com/ackee-tracker/-/ackee-tracker-4.0.2.tgz#fdee1ec329f9b7245a42c022652b5c7063c50c16"
2317-
integrity sha512-JQkfKW+1bu8bdv2JGcb53ip8oDNWzpiUpP1D453+/PAjMuEngVA2wzS8Tqan8unBvbOOMXj/HI+GvwgIMWlXLQ==
2318-
dependencies:
2319-
platform "^1.3.6"
2320-
23212314
acorn-node@^1.6.1:
23222315
version "1.8.2"
23232316
resolved "https://registry.yarnpkg.com/acorn-node/-/acorn-node-1.8.2.tgz#114c95d64539e53dede23de8b9d96df7c7ae2af8"
@@ -6703,14 +6696,6 @@ num2fraction@^1.2.2:
67036696
resolved "https://registry.yarnpkg.com/num2fraction/-/num2fraction-1.2.2.tgz#6f682b6a027a4e9ddfa4564cd2589d1d4e669ede"
67046697
integrity sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=
67056698

6706-
nuxt-ackee@^2.0.0:
6707-
version "2.0.0"
6708-
resolved "https://registry.yarnpkg.com/nuxt-ackee/-/nuxt-ackee-2.0.0.tgz#eeaf9539652ad37f00293d7626283b52ce9a1c91"
6709-
integrity sha512-xbvt3Mstqz81yyP4gwKh9IxaR8Og8rc8c86S3Kh+ornVeJZhs/8NRPR6EXBWaNbFyJHSxFVWtD21v9ejdQq3sA==
6710-
dependencies:
6711-
ackee-tracker "^4.0.0"
6712-
defu "^3.1.0"
6713-
67146699
nuxt-i18n@^6.15.4:
67156700
version "6.15.4"
67166701
resolved "https://registry.yarnpkg.com/nuxt-i18n/-/nuxt-i18n-6.15.4.tgz#bcb50a36381055d506042352091bfda3735dbb7c"
@@ -7158,10 +7143,10 @@ pkg-up@^3.1.0:
71587143
dependencies:
71597144
find-up "^3.0.0"
71607145

7161-
platform@^1.3.6:
7162-
version "1.3.6"
7163-
resolved "https://registry.yarnpkg.com/platform/-/platform-1.3.6.tgz#48b4ce983164b209c2d45a107adb31f473a6e7a7"
7164-
integrity sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==
7146+
plausible-tracker@^0.3.1:
7147+
version "0.3.1"
7148+
resolved "https://registry.yarnpkg.com/plausible-tracker/-/plausible-tracker-0.3.1.tgz#dd4e1f59cafc7bf1b00e30890567287b3f204efd"
7149+
integrity sha512-oXnVyfTF2gzkfK3iOZCRZEnf8sH4gBASaJhY+clwWW1orIybfQpfbgg4U5Bwj5dW/4iNstM4tx4jMCVUfMCUbg==
71657150

71667151
posix-character-classes@^0.1.0:
71677152
version "0.1.1"
@@ -9708,6 +9693,13 @@ vue-no-ssr@^1.1.1:
97089693
resolved "https://registry.yarnpkg.com/vue-no-ssr/-/vue-no-ssr-1.1.1.tgz#875f3be6fb0ae41568a837f3ac1a80eaa137b998"
97099694
integrity sha512-ZMjqRpWabMPqPc7gIrG0Nw6vRf1+itwf0Itft7LbMXs2g3Zs/NFmevjZGN1x7K3Q95GmIjWbQZTVerxiBxI+0g==
97109695

9696+
vue-plausible@^1.1.3:
9697+
version "1.1.3"
9698+
resolved "https://registry.yarnpkg.com/vue-plausible/-/vue-plausible-1.1.3.tgz#f49c1c0ff5bf5c82bcd86a3919b2e59d825a0b7e"
9699+
integrity sha512-6qIGhuNd7HuOeT4kwO0SOUuqtdPnkIhzaZrBAjZSP6rHB8F1uOZczwJuaMCJHLxVI2VLYdWzb75GwevW13qLCQ==
9700+
dependencies:
9701+
plausible-tracker "^0.3.1"
9702+
97119703
vue-router@^3.4.9:
97129704
version "3.4.9"
97139705
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.4.9.tgz#c016f42030ae2932f14e4748b39a1d9a0e250e66"

0 commit comments

Comments
 (0)