docs: add umami

This commit is contained in:
DIYgod 2023-08-15 22:32:04 +01:00
parent 3e799a02c4
commit a415527038
No known key found for this signature in database
3 changed files with 9303 additions and 9300 deletions

View File

@ -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/': {

View File

@ -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"
}
}

File diff suppressed because it is too large Load Diff