We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e799a0 commit a415527Copy full SHA for a415527
docs/.vuepress/config.js
@@ -1,9 +1,10 @@
1
module.exports = {
2
plugins: {
3
- '@vuepress/google-analytics': {
4
- ga: 'UA-48084758-9',
5
- },
6
'@vuepress/back-to-top': true,
+ umami: {
+ trackerUrl: 'https://umami.diygod.dev',
+ siteId: 'f3b469a2-8054-4bbb-8873-4035761aa4e3',
7
+ },
8
},
9
locales: {
10
'/zh/': {
docs/package.json
@@ -7,8 +7,9 @@
"author": "",
"license": "ISC",
"devDependencies": {
- "@vuepress/plugin-back-to-top": "^1.9.7",
11
- "@vuepress/plugin-google-analytics": "^1.9.7",
12
- "vuepress": "^1.9.7"
+ "@vuepress/plugin-back-to-top": "^1.9.10",
+ "@vuepress/plugin-google-analytics": "^1.9.10",
+ "vuepress": "^1.9.10",
13
+ "vuepress-plugin-umami": "^0.0.4"
14
}
15
0 commit comments