diff --git a/astro.config.ts b/astro.config.ts index a9c3d09..b149555 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -1,18 +1,7 @@ import tailwindcss from "@tailwindcss/vite"; -import umami from "@yeskunall/astro-umami"; import { defineConfig } from "astro/config"; -import partytown from "@astrojs/partytown"; - export default defineConfig({ - integrations: [ - umami({ - id: "343a00a4-7e34-4177-b07c-dce26ffc1b50", - endpointUrl: "https://umami.z0x.ca", - withPartytown: true, - }), - partytown(), - ], vite: { plugins: [tailwindcss()], }, diff --git a/package.json b/package.json index f91821f..b06cc5f 100644 --- a/package.json +++ b/package.json @@ -10,15 +10,18 @@ }, "dependencies": { "@astrojs/check": "^0.9.4", - "@astrojs/partytown": "^2.1.4", "@biomejs/biome": "1.9.4", "@fontsource-variable/geist": "^5.2.6", "@tailwindcss/vite": "^4.1.7", "@types/node": "^22.15.18", - "@yeskunall/astro-umami": "^0.0.5", "astro": "^5.7.13", "motion": "^12.12.1", "tailwindcss": "^4.1.7" }, - "trustedDependencies": ["@biomejs/biome", "@tailwindcss/oxide", "esbuild", "sharp"] + "trustedDependencies": [ + "@biomejs/biome", + "@tailwindcss/oxide", + "esbuild", + "sharp" + ] } diff --git a/src/components/Head.astro b/src/components/Head.astro index 9fc0114..3c935d9 100644 --- a/src/components/Head.astro +++ b/src/components/Head.astro @@ -31,10 +31,4 @@ import "@fontsource-variable/geist"; - - - \ No newline at end of file + \ No newline at end of file