Theme select & Accessability :^)
All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m0s
All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m0s
This commit is contained in:
@@ -11,7 +11,7 @@ export default defineConfig({
|
||||
output: "server",
|
||||
integrations: [vue(), icon()],
|
||||
security: {
|
||||
csp: true,
|
||||
csp: process.env.NODE_ENV === "production",
|
||||
},
|
||||
vite: {
|
||||
plugins: [tailwindcss()],
|
||||
|
||||
Reference in New Issue
Block a user