diff --git a/config.toml b/config.toml index 596bb8c..33e9cf9 100644 --- a/config.toml +++ b/config.toml @@ -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"]