From 59577f0e5852552349f42c3b578aed9f6d762637 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Fri, 30 Jan 2026 14:57:28 -0700 Subject: [PATCH] Update astro.config.mjs --- astro.config.mjs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 533ef69..fa27a1a 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -34,7 +34,11 @@ export default defineConfig({ : { algorithm: "SHA-512", scriptDirective: { - resources: ["'self'", "https://analytics.atri.dad"], + resources: [ + "'self'", + "https://analytics.atri.dad", + "https://cloud.umami.is", + ], }, directives: [ "connect-src 'self' https://analytics.atri.dad",