]> git.otsuka.systems Git - cotsuka.github.io/commitdiff
set strictdynamic false
authorCameron Otsuka <cameron@otsuka.haus>
Tue, 17 Mar 2026 03:35:09 +0000 (20:35 -0700)
committerCameron Otsuka <cameron@otsuka.haus>
Tue, 17 Mar 2026 03:35:09 +0000 (20:35 -0700)
astro.config.mjs

index 0698cd4997315687a3f8a5e6c3dcd546d57e10b8..7fdec82166ae91c58f70bba66dea7469e4e3616d 100644 (file)
@@ -75,7 +75,7 @@ export default defineConfig({
       ],
       scriptDirective: {
         resources: ["'self'", 'https://ph.otsuka.systems'],
-        strictDynamic: true,
+        strictDynamic: false,
       },
     },
   },