From 5b676aeeee26fbb862cfcd367205d9cad2ac0da3 Mon Sep 17 00:00:00 2001 From: Matt Post Date: Tue, 22 Jun 2021 09:26:21 -0400 Subject: [PATCH] 404 is 404 (#1382) --- hugo/static/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo/static/.htaccess b/hugo/static/.htaccess index 53af8882b1..6276b91270 100644 --- a/hugo/static/.htaccess +++ b/hugo/static/.htaccess @@ -17,7 +17,7 @@ AddDefaultCharset utf-8 # Use the Anthology-themed error document -ErrorDocument 404 /anthology/404.html +ErrorDocument 404 /ANTHOLOGYDIR/404.html RewriteEngine On