Fix config: locale and security policy for search.html
Build & Deploy / deploy (push) Failing after 21s

This commit is contained in:
2026-06-06 19:00:21 +02:00
parent 652118f51f
commit 7a8b7c3996
+4 -1
View File
@@ -1,5 +1,5 @@
baseURL = "https://pyte.dev"
languageCode = "de-DE"
locale = "de-DE"
title = "Demians Blog"
theme = "mana"
@@ -47,5 +47,8 @@ style = "catppuccin-macchiato" # Default style
darkTheme = "catppuccin-macchiato" # Theme for dark mode
lightTheme = "catppuccin-frappe" # Theme for light mode
[security]
allowContent = ['text/html']
[outputs]
home = ["HTML", "JSON"]