Procházet zdrojové kódy

Attempt to fix documentation build error introduced by Eleventy upgrade.

Dan Helfman před 3 roky
rodič
revize
dcead12e86
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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",