Oops CRF was too strong.
All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m19s
All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m19s
This commit is contained in:
@@ -9,13 +9,7 @@ export default defineConfig({
|
|||||||
output: "server",
|
output: "server",
|
||||||
integrations: [vue()],
|
integrations: [vue()],
|
||||||
security: {
|
security: {
|
||||||
csp: process.env.NODE_ENV === "production"
|
csp: process.env.NODE_ENV === "production",
|
||||||
? {
|
|
||||||
scriptDirective: {
|
|
||||||
strictDynamic: true,
|
|
||||||
},
|
|
||||||
}
|
|
||||||
: false,
|
|
||||||
},
|
},
|
||||||
vite: {
|
vite: {
|
||||||
plugins: [tailwindcss()],
|
plugins: [tailwindcss()],
|
||||||
|
|||||||
Reference in New Issue
Block a user