Fix security allowContent to allow all text/* types
Build & Deploy / deploy (push) Failing after 32s

This commit is contained in:
2026-06-06 19:02:33 +02:00
parent ccdf24425f
commit edecdc3ad6
+2 -1
View File
@@ -48,7 +48,8 @@ darkTheme = "catppuccin-macchiato" # Theme for dark mode
lightTheme = "catppuccin-frappe" # Theme for light mode
[security]
allowContent = []
# Allow all content types (default denies text/html which is needed for search.html)
allowContent = ['^text/']
[outputs]
home = ["HTML", "JSON"]