feat(index): umami integration

This commit is contained in:
z0x 2025-01-14 18:40:48 -05:00
parent ab831ebcca
commit f76f1db191
3 changed files with 7 additions and 0 deletions

View file

@ -2,6 +2,8 @@ import { defineConfig } from "astro/config";
import tailwind from "@astrojs/tailwind";
import remarkCallout from "@r4ai/remark-callout";
import sitemap from "@astrojs/sitemap";
import umami from "@yeskunall/astro-umami";
export default defineConfig({
site: "https://blog.z0x.ca",
@ -9,6 +11,10 @@ export default defineConfig({
tailwind({
nesting: true,
}),
umami({
id: "b691181e-cad7-4c23-b16a-709872a0a7ab",
endpointUrl: "https://umami.z0x.ca",
}),
sitemap(),
],
markdown: {

BIN
bun.lockb

Binary file not shown.

View file

@ -17,6 +17,7 @@
"@fontsource/geist-mono": "^5.1.1",
"@fontsource/geist-sans": "^5.1.0",
"@r4ai/remark-callout": "^0.6.2",
"@yeskunall/astro-umami": "^0.0.3",
"astro": "^5.1.5",
"clsx": "^2.1.1",
"tailwind-merge": "^2.6.0",