소스 검색

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",