Explorar el Código

Attempt to fix documentation build error introduced by Eleventy upgrade.

Dan Helfman hace 3 años
padre
commit
dcead12e86
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      .eleventy.js

+ 2 - 0
.eleventy.js

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