From 7b1d4623b5f3e4d62ae2d2b9b4f1b0a2042215a4 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Tue, 1 Oct 2024 13:13:46 +0800 Subject: [PATCH] Add frontmater configuration to allow missing extension --- src/.htaccess.njk | 1 + 1 file changed, 1 insertion(+) diff --git a/src/.htaccess.njk b/src/.htaccess.njk index d2714580..bf343d23 100644 --- a/src/.htaccess.njk +++ b/src/.htaccess.njk @@ -1,6 +1,7 @@ --- permalink: .htaccess eleventyExcludeFromCollections: true +eleventyAllowMissingExtension: true --- ErrorDocument 404 /404.html