matomo added

This commit is contained in:
Christoph Haas 2024-12-24 02:00:55 +01:00
parent 52fd81ab83
commit 22f4b07260

View file

@ -2,6 +2,7 @@
import { defineConfig } from 'astro/config';
import starlight from '@astrojs/starlight';
import sitemap from '@astrojs/sitemap';
import matomo from "astro-matomo";
// https://astro.build/config
export default defineConfig({