Fix config: locale and security policy for search.html
Build & Deploy / deploy (push) Failing after 21s
Build & Deploy / deploy (push) Failing after 21s
This commit is contained in:
+4
-1
@@ -1,5 +1,5 @@
|
|||||||
baseURL = "https://pyte.dev"
|
baseURL = "https://pyte.dev"
|
||||||
languageCode = "de-DE"
|
locale = "de-DE"
|
||||||
title = "Demians Blog"
|
title = "Demians Blog"
|
||||||
theme = "mana"
|
theme = "mana"
|
||||||
|
|
||||||
@@ -47,5 +47,8 @@ style = "catppuccin-macchiato" # Default style
|
|||||||
darkTheme = "catppuccin-macchiato" # Theme for dark mode
|
darkTheme = "catppuccin-macchiato" # Theme for dark mode
|
||||||
lightTheme = "catppuccin-frappe" # Theme for light mode
|
lightTheme = "catppuccin-frappe" # Theme for light mode
|
||||||
|
|
||||||
|
[security]
|
||||||
|
allowContent = ['text/html']
|
||||||
|
|
||||||
[outputs]
|
[outputs]
|
||||||
home = ["HTML", "JSON"]
|
home = ["HTML", "JSON"]
|
||||||
|
|||||||
Reference in New Issue
Block a user