Fuck it... right now we don't need CSP. I do nothing useful on this
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m19s

site.
This commit is contained in:
2026-02-24 16:57:18 -07:00
parent cbdab153da
commit c5fc1cedd7

View File

@@ -13,23 +13,6 @@ export default defineConfig({
}, },
integrations: [vue()], integrations: [vue()],
security: {
checkOrigin: true,
csp: isDev
? undefined
: {
algorithm: "SHA-512",
scriptDirective: {
resources: ["'self'", "https://analytics.atri.dad"],
},
directives: [
"connect-src 'self' https://analytics.atri.dad",
"child-src 'self' blob:",
],
},
},
adapter: node({ adapter: node({
mode: "standalone", mode: "standalone",
}), }),