fix: hugo security permission to allow server to run

This commit is contained in:
erstarr 2026-04-29 03:55:41 +02:00
parent 184962634c
commit b49159f9cc

View file

@ -8,6 +8,9 @@ languageCode = 'en-us'
pluralizeListTitles = false
disablePathToLower = true
[security.http]
urls = ['.*']
[outputs]
home = ["HTML"]
page = ["HTML"]