From: Cameron Otsuka Date: Tue, 17 Mar 2026 03:35:09 +0000 (-0700) Subject: set strictdynamic false X-Git-Url: https://git.otsuka.systems/?a=commitdiff_plain;h=d2264686b038785e76cbb7ec4a003472aa4c39db;p=cotsuka.github.io set strictdynamic false --- 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, }, }, },