Oops CRF was too strong.
All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m19s

This commit is contained in:
2026-02-12 16:31:36 -07:00
parent 3e17e58c9a
commit 25c9d77599

View File

@@ -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()],