feat(index): umami integration

This commit is contained in:
z0x 2025-01-14 18:34:22 -05:00
parent ac0a73fd17
commit 6b1bf471d1
3 changed files with 8 additions and 0 deletions

View file

@ -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",
}),
],
});

BIN
bun.lockb

Binary file not shown.

View file

@ -10,6 +10,7 @@
"astro": "astro"
},
"dependencies": {
"@yeskunall/astro-umami": "^0.0.3",
"astro": "^5.1.5",
"motion": "^11.17.0"
},