From b88b13ef1693610b06c5e99dc8906b215a5fda40 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 11 Apr 2026 18:48:32 -0500 Subject: [PATCH] feat: remove csp --- astro.config.mjs | 2 -- 1 file changed, 2 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 913410b..5c38651 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -16,8 +16,6 @@ const getSiteURL = () => { export default defineConfig({ site: getSiteURL(), - security: { csp: true }, - prefetch: true, integrations: [