feat(index): umami integration
This commit is contained in:
parent
ac0a73fd17
commit
6b1bf471d1
3 changed files with 8 additions and 0 deletions
|
@ -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
BIN
bun.lockb
Binary file not shown.
|
@ -10,6 +10,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@yeskunall/astro-umami": "^0.0.3",
|
||||
"astro": "^5.1.5",
|
||||
"motion": "^11.17.0"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue