Attempt to fix documentation build error introduced by Eleventy upgrade.

master
Dan Helfman 1 year ago
parent 0119514c11
commit dcead12e86

@ -36,6 +36,8 @@ module.exports = function(eleventyConfig) {
eleventyConfig.addPassthroughCopy({"docs/static": "static"});
eleventyConfig.setLiquidOptions({dynamicPartials: false});
return {
templateFormats: [
"md",

Loading…
Cancel
Save