From 66fc3f36ec2015c501f3869086297069f230d91f Mon Sep 17 00:00:00 2001 From: Larry Masinter Date: Fri, 15 Mar 2024 15:20:48 -0700 Subject: [PATCH] Using Relative URLs doesn't work with ccustom 404.html --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index b45d04e86..26584dd27 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,6 +1,6 @@ baseURL = "https://interlisp.org" -relativeURLs = true +relativeURLs = false canonifyURLs = true enableRobotsTXT = true