From a089c9dfc714057ba8160fc0c9dd845e8a3d046b Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Fri, 30 Jan 2026 13:37:58 -0700 Subject: [PATCH] PARTY!!!!! --- astro.config.mjs | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 0de0137..ea68b05 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -5,6 +5,7 @@ import node from "@astrojs/node"; import tailwindcss from "@tailwindcss/vite"; import icon from "astro-icon"; import yeskunallumami from "@yeskunall/astro-umami"; +import partytown from "@astrojs/partytown"; // https://astro.build/config export default defineConfig({ @@ -16,6 +17,7 @@ export default defineConfig({ integrations: [ vue(), icon(), + partytown(), yeskunallumami({ id: "c7e24af4-5f14-4881-9c25-85a97abda9f1", hostUrl: "https://analytics.atri.dad", @@ -23,14 +25,6 @@ export default defineConfig({ }), ], - security: { - csp: { - scriptDirective: { - resources: ["'self'"], - }, - }, - }, - adapter: node({ mode: "standalone", }),