Skip to content

Commit

Permalink
docs: add umami
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Aug 15, 2023
1 parent 3e799a0 commit a415527
Show file tree
Hide file tree
Showing 3 changed files with 9,303 additions and 9,300 deletions.
7 changes: 4 additions & 3 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
module.exports = {
plugins: {
'@vuepress/google-analytics': {
ga: 'UA-48084758-9',
},
'@vuepress/back-to-top': true,
umami: {
trackerUrl: 'https://umami.diygod.dev',
siteId: 'f3b469a2-8054-4bbb-8873-4035761aa4e3',
},
},
locales: {
'/zh/': {
Expand Down
7 changes: 4 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.9.7",
"@vuepress/plugin-google-analytics": "^1.9.7",
"vuepress": "^1.9.7"
"@vuepress/plugin-back-to-top": "^1.9.10",
"@vuepress/plugin-google-analytics": "^1.9.10",
"vuepress": "^1.9.10",
"vuepress-plugin-umami": "^0.0.4"
}
}
Loading

0 comments on commit a415527

Please sign in to comment.