Skip to content

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

Matomo + Astro Integration

GDRP friendly tracking in your astro app / site 🚀

Usage

// astro.config.mjs

import matomo from '@jop-software/astro-matomo';

export default defineConfig({
  integrations: [
    matomo({
      baseUrl: "https://analytics.example.com/",
      siteId: 1
    }),
  ]
});

Details


Assets

  • astro-matomo-1.0.0.tgz

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0