Merge branch 'main' into v9

This commit is contained in:
Zach Leatherman
2024-03-07 08:19:33 -06:00
5 changed files with 53 additions and 3 deletions

View File

@@ -94,6 +94,10 @@ export default async function(eleventyConfig) {
});
});
eleventyConfig.addShortcode("currentBuildDate", () => {
return (new Date()).toISOString();
})
// Features to make your build faster (when you need them)
// If your passthrough copy gets heavy and cumbersome, add this line