From b49159f9ccf696fb4e2001b8bc6788924b540dcd Mon Sep 17 00:00:00 2001 From: erstarr <253168930+erstarr@users.noreply.github.com> Date: Wed, 29 Apr 2026 03:55:41 +0200 Subject: [PATCH] fix: hugo security permission to allow server to run --- config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.toml b/config.toml index 74fc5a92..b0fc5ab4 100644 --- a/config.toml +++ b/config.toml @@ -8,6 +8,9 @@ languageCode = 'en-us' pluralizeListTitles = false disablePathToLower = true +[security.http] + urls = ['.*'] + [outputs] home = ["HTML"] page = ["HTML"]