From 04dfecc099f4e319e6a673bcb1e774bdd07bc73e Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 11 Mar 2026 19:31:35 -0500 Subject: [PATCH] feat: disable security feature --- astro.config.mjs | 2 +- src/pages/index.astro | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 967443a..6723afa 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -13,7 +13,7 @@ import { getSiteURL } from './src/support/url'; export default defineConfig({ site: getSiteURL(), - security: { csp: true }, + // security: { csp: true }, image: { remotePatterns: [ diff --git a/src/pages/index.astro b/src/pages/index.astro index 3bf792f..69011db 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -57,7 +57,6 @@ const recentPosts = posts