diff --git a/astro.config.mjs b/astro.config.mjs index 90c8601..637a6a0 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -9,13 +9,7 @@ export default defineConfig({ output: "server", integrations: [vue()], security: { - csp: process.env.NODE_ENV === "production" - ? { - scriptDirective: { - strictDynamic: true, - }, - } - : false, + csp: process.env.NODE_ENV === "production", }, vite: { plugins: [tailwindcss()],