0.2.1 • Published 6 years ago
vuepress-plugin-plausible-analytics v0.2.1
vuepress-plugin-plausible-analytics
VuePress plugin to add analytics from plausible.io
Install
Run command:
yarn add -D vuepress-plugin-plausible-analyticsUsage
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