vuepress-plugin-plausible-analytics
v0.2.1
Published
VuePress plugin to add analytics from plausible.io
Downloads
91
Readme
vuepress-plugin-plausible-analytics
VuePress plugin to add analytics from plausible.io
Install
Run command:
yarn add -D vuepress-plugin-plausible-analytics
Usage
Add in file .vuepress/config.js
:
module.exports = {
plugins: [
"plausible-analytics",
]
}
Configuration
Pass domain
to use your custom domain:
module.exports = {
plugins: [
["plausible-analytics", {
domain: 'stats.yoursite.com'
}]
]
}
License
MIT