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