diff --git a/astro.config.mjs b/astro.config.mjs index c419a84..1c42ba5 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -1,8 +1,15 @@ import { defineConfig } from "astro/config"; import tailwindcss from "@tailwindcss/vite"; +import umami from "@yeskunall/astro-umami"; export default defineConfig({ vite: { plugins: [tailwindcss()], }, + integrations: [ + umami({ + id: "343a00a4-7e34-4177-b07c-dce26ffc1b50", + endpointUrl: "https://umami.z0x.ca", + }), + ], }); diff --git a/bun.lockb b/bun.lockb index d3c2a20..8580710 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index f2b7220..194c0aa 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "astro": "astro" }, "dependencies": { + "@yeskunall/astro-umami": "^0.0.3", "astro": "^5.1.5", "motion": "^11.17.0" },