Fix security allowContent to empty list
Build & Deploy / deploy (push) Failing after 18s

This commit is contained in:
2026-06-06 19:01:18 +02:00
parent 7a8b7c3996
commit ccdf24425f
+1 -1
View File
@@ -48,7 +48,7 @@ darkTheme = "catppuccin-macchiato" # Theme for dark mode
lightTheme = "catppuccin-frappe" # Theme for light mode
[security]
allowContent = ['text/html']
allowContent = []
[outputs]
home = ["HTML", "JSON"]