astro-matomo 1.0.0
Install from the command line:
Learn more about npm packages
$ npm install @jop-software/astro-matomo@1.0.0
Install via package.json:
"@jop-software/astro-matomo": "1.0.0"
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