This is an automated email from the ASF dual-hosted git repository.
rbowen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/comdev-events-site.git
The following commit(s) were added to refs/heads/main by this push:
new 970d018 Apparently that does not do what I thought it did. Reverting
970d018 is described below
commit 970d018cbde6c0f96eb534ede1b42b2c49cd5d37
Author: Rich Bowen <[email protected]>
AuthorDate: Tue Feb 3 13:24:42 2026 -0500
Apparently that does not do what I thought it did. Reverting
---
config.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.toml b/config.toml
index 0d5369b..a200af7 100644
--- a/config.toml
+++ b/config.toml
@@ -6,7 +6,7 @@ contentDir = "source"
publishDir = "target/content"
disablePathToLower = true
-uglyURLs = false
+uglyURLs = true
enableRobotsTXT = true
disableBrowserError = true
timeout = 3000