From a4a35d41a9d412f8a0c83a938c68fbbc38f89113 Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Thu, 21 Dec 2023 15:54:21 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=B8=20Avoid=20redirect?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For some reason, it's redirecting to http --- hugo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hugo.toml b/hugo.toml index a4a027c..5d4131f 100644 --- a/hugo.toml +++ b/hugo.toml @@ -57,17 +57,17 @@ unsafe = true [[menu.main]] identifier = "about" name = "About" -url = "/about" +url = "/about/" weight = 1 [[menu.main]] identifier = "web" name = "Résumé" -url = "/web" +url = "/web/" weight = 10 [[menu.main]] identifier = "contact" name = "Contact" -url = "/contact" +url = "/contact/" weight = 50