Skip to content

astro-matomo 0.1.6

Install from the command line:
Learn more about npm packages
$ npm install @jop-software/astro-matomo@0.1.6
Install via package.json:
"@jop-software/astro-matomo": "0.1.6"

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-0.1.6.tgz

Download activity

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