feat(umami): switch to dedicated Vuepress plugin

This commit is contained in:
2024-02-26 06:50:01 +01:00
parent 1b54860f93
commit bc36bdec90
4 changed files with 470 additions and 458 deletions

View File

@@ -22,12 +22,13 @@
"dependencies": {
"less": "^4.1.3",
"nord": "^0.2.1",
"rxjs": "^7.8.1"
"rxjs": "^7.8.1",
"vuepress-plugin-umami-analytics": "^1.8.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"packageManager": "yarn@4.0.2"
"packageManager": "yarn@4.1.0"
}