@rhangai/nuxt-matomo
v0.4.0
Published
Nuxt matomo
Downloads
3
Readme
@rhangai/nuxt-matomo
Install
yarn add @rhangai/nuxt-matomo
Configuration
module.exports = {
buildModules: ['@rhangai/nuxt-matomo'],
publicRuntimeConfig: {
matomo: {
url: '//my-matomo.site/',
siteId: '1',
trackerUrl: 'some-matomo-custom-tracker', // Optional. Ex: //my-matomo.site/piwik.php
scriptUrl: 'some-matomo-custom-script', // Optional. Ex: //my-matomo.site/piwik.js
},
},
};