chore: remove all analytics
This commit is contained in:
parent
a2f9a0c433
commit
f3a62f0dc2
3 changed files with 24 additions and 36 deletions
|
@ -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()],
|
||||
|
|
43
package.json
43
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"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -72,9 +72,3 @@ const { title, description } = Astro.props;
|
|||
<meta property="twitter:description" content={description} />
|
||||
|
||||
<ClientRouter />
|
||||
|
||||
<script
|
||||
src="https://rybbit.z0x.ca/api/script.js"
|
||||
data-site-id="2"
|
||||
defer
|
||||
></script>
|
Loading…
Add table
Add a link
Reference in a new issue