astro-matomo 0.1.5
Install from the command line:
Learn more about npm packages
$ npm install @jop-software/astro-matomo@0.1.5
Install via package.json:
"@jop-software/astro-matomo": "0.1.5"
About this version
GDRP friendly tracking in your astro app / site 🚀
// astro.config.mjs
import matomo from '@jop-software/astro-matomo';
export default defineConfig({
integrations: [
matomo({
baseUrl: "https://analytics.example.com/",
siteId: 1
}),
]
});
© 2022, jop-software Inh. Johannes Przymusinski