0.4.0 • Published 2 years ago

@rhangai/nuxt-matomo v0.4.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@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
		},
	},
};
0.4.0

2 years ago

0.3.0

2 years ago

0.2.42

2 years ago

0.2.41

2 years ago