Add frontmater configuration to allow missing extension

This commit is contained in:
Leilukin 2024-10-01 13:13:46 +08:00 committed by Helen Chong
parent 14c46697cd
commit 4eb433c8e4

View File

@ -1,6 +1,7 @@
--- ---
permalink: .htaccess permalink: .htaccess
eleventyExcludeFromCollections: true eleventyExcludeFromCollections: true
eleventyAllowMissingExtension: true
--- ---
ErrorDocument 404 /404.html ErrorDocument 404 /404.html