chore(config): remove all analytics
All checks were successful
build dist / build-dist (push) Successful in 39s
All checks were successful
build dist / build-dist (push) Successful in 39s
This commit is contained in:
parent
ae9e92cd2b
commit
98a0bbfdd7
3 changed files with 7 additions and 21 deletions
|
@ -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()],
|
||||
},
|
||||
|
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -31,10 +31,4 @@ import "@fontsource-variable/geist";
|
|||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
|
||||
|
||||
<script src="/src/js/index.ts"></script>
|
||||
|
||||
<script
|
||||
src="https://rybbit.z0x.ca/api/script.js"
|
||||
data-site-id="1"
|
||||
defer
|
||||
></script>
|
||||
<script src="/src/js/index.ts"></script>
|
Loading…
Add table
Add a link
Reference in a new issue