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()],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue