From 6486f9b256a69d2f42cf6c9735debe5fbf180afd Mon Sep 17 00:00:00 2001 From: MoritzWeber Date: Fri, 10 Apr 2026 17:08:27 +0200 Subject: [PATCH] fix: Alias handling for 404 redirect after Hugo regression --- content/404/index.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/404/index.en.md b/content/404/index.en.md index 4a19b9304..78189162b 100644 --- a/content/404/index.en.md +++ b/content/404/index.en.md @@ -1,7 +1,7 @@ --- title: "404 – Page not found" aliases: - - /404.html + - ../404.html params: pagefind_ignore: true ---