From f3a62f0dc2f2a25dd2cd01c6e8f715cd01b5ca2a Mon Sep 17 00:00:00 2001 From: z0x Date: Sat, 17 May 2025 12:57:10 -0400 Subject: [PATCH] chore: remove all analytics --- astro.config.ts | 9 -------- package.json | 43 +++++++++++++++++++++------------------ src/components/Head.astro | 8 +------- 3 files changed, 24 insertions(+), 36 deletions(-) diff --git a/astro.config.ts b/astro.config.ts index 881ae95..bb97437 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -19,9 +19,6 @@ import { pluginCollapsibleSections } from "@expressive-code/plugin-collapsible-s import { pluginLineNumbers } from "@expressive-code/plugin-line-numbers"; import tailwindcss from "@tailwindcss/vite"; -import umami from "@yeskunall/astro-umami"; - -import partytown from "@astrojs/partytown"; export default defineConfig({ site: "https://blog.z0x.ca", @@ -72,12 +69,6 @@ export default defineConfig({ react(), sitemap(), icon(), - umami({ - id: "b691181e-cad7-4c23-b16a-709872a0a7ab", - endpointUrl: "https://umami.z0x.ca", - withPartytown: true, - }), - partytown(), ], vite: { plugins: [tailwindcss()], diff --git a/package.json b/package.json index 0b2c7fb..eebf28a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "astro-erudite", + "name": "blog.z0x.ca", "type": "module", - "version": "1.4.2", + "version": "1.0.0", "private": true, "scripts": { "dev": "astro dev", @@ -14,31 +14,29 @@ }, "dependencies": { "@astrojs/markdown-remark": "^6.3.1", - "@astrojs/partytown": "^2.1.4", "@astrojs/react": "^4.2.7", "@astrojs/rss": "^4.0.11", - "@astrojs/sitemap": "^3.3.1", - "@expressive-code/plugin-collapsible-sections": "^0.40.2", - "@expressive-code/plugin-line-numbers": "^0.40.2", + "@astrojs/sitemap": "^3.4.0", + "@expressive-code/plugin-collapsible-sections": "^0.41.2", + "@expressive-code/plugin-line-numbers": "^0.41.2", "@fontsource-variable/geist": "^5.2.6", "@fontsource-variable/geist-mono": "^5.2.6", - "@iconify-json/lucide": "^1.2.41", - "@iconify-json/simple-icons": "^1.2.33", + "@iconify-json/lucide": "^1.2.44", + "@iconify-json/simple-icons": "^1.2.34", "@r4ai/remark-callout": "^0.6.2", - "@tailwindcss/vite": "^4.1.5", - "@types/react": "19.0.0", - "@types/react-dom": "19.0.0", - "@yeskunall/astro-umami": "^0.0.5", - "astro": "^5.7.12", - "astro-expressive-code": "^0.40.2", + "@tailwindcss/vite": "^4.1.7", + "@types/react": "19.1.4", + "@types/react-dom": "19.1.5", + "astro": "^5.7.13", + "astro-expressive-code": "^0.41.2", "astro-icon": "^1.1.5", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "lucide-react": "^0.469.0", + "lucide-react": "^0.511.0", "patch-package": "^8.0.0", "radix-ui": "^1.4.1", - "react": "19.0.0", - "react-dom": "19.0.0", + "react": "19.1.0", + "react-dom": "19.1.0", "rehype-document": "^7.0.3", "rehype-external-links": "^3.0.0", "rehype-katex": "^7.0.1", @@ -47,12 +45,17 @@ "remark-math": "^6.0.0", "remark-sectionize": "^2.1.0", "remark-toc": "^9.0.0", - "tailwind-merge": "^3.2.0", - "tailwindcss": "^4.1.5", + "tailwind-merge": "^3.3.0", + "tailwindcss": "^4.1.7", "typescript": "^5.8.3" }, "devDependencies": { "@biomejs/biome": "^1.9.4" }, - "trustedDependencies": ["@biomejs/biome", "esbuild", "sharp"] + "trustedDependencies": [ + "@biomejs/biome", + "@tailwindcss/oxide", + "esbuild", + "sharp" + ] } diff --git a/src/components/Head.astro b/src/components/Head.astro index f28978d..eea2258 100644 --- a/src/components/Head.astro +++ b/src/components/Head.astro @@ -71,10 +71,4 @@ const { title, description } = Astro.props; - - - \ No newline at end of file + \ No newline at end of file