Remove partytown
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m32s

This commit is contained in:
2026-02-24 16:26:11 -07:00
parent 8c5556eb3c
commit 6dea3ac96c
4 changed files with 16 additions and 42 deletions

View File

@@ -3,7 +3,6 @@ import { defineConfig } from "astro/config";
import vue from "@astrojs/vue";
import node from "@astrojs/node";
import tailwindcss from "@tailwindcss/vite";
import partytown from "@astrojs/partytown";
const isDev = process.env.NODE_ENV === "development";
@@ -15,11 +14,6 @@ export default defineConfig({
},
integrations: [
vue(),
partytown({
config: {
forward: ["umami.track"],
},
}),
],
security: {
@@ -33,7 +27,6 @@ export default defineConfig({
resources: [
"'self'",
"https://analytics.atri.dad",
"https://cloud.umami.is",
],
},
directives: [