Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
Add website stats
Browse files Browse the repository at this point in the history
  • Loading branch information
cybermoloch committed Aug 23, 2020
1 parent 5e5d861 commit e672d25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.3.1",
"@vuepress/plugin-medium-zoom": "^1.3.1",
"vuepress": "^1.3.1"
"vuepress": "^1.3.1",
"vuepress-plugin-plausible-analytics": "^0.2.1"
},
"dependencies": {
"vuepress-theme-reco": "^1.5.5"
Expand Down
5 changes: 4 additions & 1 deletion src/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,10 @@ module.exports = {
*/
plugins: [
'@vuepress/plugin-back-to-top',
'@vuepress/plugin-medium-zoom'
'@vuepress/plugin-medium-zoom',
["plausible-analytics", {
domain: 'stats.psappdeploytoolkit.com'
}]
]
}

Expand Down

0 comments on commit e672d25

Please sign in to comment.