This commit is contained in:
+1
-7
@@ -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()],
|
||||
|
||||
Reference in New Issue
Block a user