From 22f4b07260a293e496368f944d84dbadad808cc0 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Tue, 24 Dec 2024 02:00:55 +0100 Subject: [PATCH] matomo added --- astro.config.mjs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 78b441f..51332de 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -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({ @@ -32,7 +33,7 @@ export default defineConfig({ replacesTitle: true, }, }), -// https://github.com/felix-berlin/astro-matomo + // https://github.com/felix-berlin/astro-matomo matomo({ enabled: import.meta.env.PROD, // Only load in production host: "https://matomo.workaround.org/",