From d2264686b038785e76cbb7ec4a003472aa4c39db Mon Sep 17 00:00:00 2001 From: Cameron Otsuka Date: Mon, 16 Mar 2026 20:35:09 -0700 Subject: [PATCH] set strictdynamic false --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 0698cd4..7fdec82 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -75,7 +75,7 @@ export default defineConfig({ ], scriptDirective: { resources: ["'self'", 'https://ph.otsuka.systems'], - strictDynamic: true, + strictDynamic: false, }, }, }, -- 2.53.0