瀏覽代碼

Attempt to fix documentation build error introduced by Eleventy upgrade.

Dan Helfman 3 年之前
父節點
當前提交
dcead12e86
共有 1 個文件被更改,包括 2 次插入0 次删除
  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",